index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ci
Age
Commit message (
Expand
)
Author
2020-12-06
Switch all builds from Travis to Cirrus
Alan Somers
2019-06-03
Remove deploy steps from Travis configuration.
Alan Somers
2017-12-08
Support building and testing multiple targets at once
Bryant Mairs
2017-07-03
Add iOS as a Tier 3 platform
Bryant Mairs
2017-06-06
Synchronize CI with upstream trust configuration
Bryant Mairs
2017-04-16
ci: Allow skipping tests when running under CI
Kamal Marhubi
2017-04-09
Removed commented `cargo run` targets in CI
Zac Berkowitz
2017-04-09
Removed 'cargo run' directives from ci script.
Zac Berkowitz
2017-04-09
Fixed ci/script.sh to run tests when desired.
Zac Berkowitz
2017-04-09
Added ci templates from `trust` v0.1.1
Zac Berkowitz
2017-04-09
Removed old ci infrastructure.
Zac Berkowitz
2016-08-10
ci: fix docker container check
Paul Osborne
2016-07-10
ci: push docs to gh-pages and code cov to coveralls
Paul Osborne
2016-03-21
testing: specify a few extra environment variables
Paul Osborne
2016-03-21
testing: use posborne/rust-cross:x86 for x86_64/i686
Paul Osborne
2016-03-17
travis: add back testing on all rust versions (for linux)
Paul Osborne
2016-03-16
testing: remove refs to test_nix in run-all.sh
Paul Osborne
2016-03-14
testing: ensure run.sh is executing in docker container
Paul Osborne
2016-03-14
testing: explicitly check TRAVIS_OS_NAME is osx
Paul Osborne
2016-03-14
testing: update documentation related to testing
Paul Osborne
2016-03-14
testing: use default linker for appropriate platforms
Paul Osborne
2016-03-14
testing: move echo statement within docker run script
Paul Osborne
2016-03-13
testing: docker tests now work on travis
Paul Osborne
2016-03-13
testing: first shot at testing with travis for arm, mips, android, ...
Paul Osborne
2016-03-13
testing: move to new posborne/rust-cross images
Paul Osborne
2016-03-13
testing: fix gcc/linker paths for several targets
Paul Osborne
2016-03-13
testing: export CC based on .cargo/config contents
Paul Osborne
2016-03-13
testing: disable thread parallelization in docker testing
Paul Osborne
2016-03-13
testing: fix test exeuction paths with move to docker container
Paul Osborne
2016-03-13
testing: disable some targets and continue running on failure
Paul Osborne
2016-03-13
testing: remove `set -x` from ci/run.sh
Paul Osborne
2016-03-13
testing: allow the docker image to be overriden
Paul Osborne
2016-03-13
testing: switch to posborne/rust-cross
Paul Osborne
2016-03-13
testing: add documentation covering the basics
Paul Osborne
2016-03-13
testing: configure linker via .cargo/config
Paul Osborne
2016-03-13
testing: add ci scripts to aid testing on more architectures/versions
Paul Osborne