summaryrefslogtreecommitdiff
path: root/ci
AgeCommit message (Expand)Author
2017-07-03Add iOS as a Tier 3 platformBryant Mairs
2017-06-06Synchronize CI with upstream trust configurationBryant Mairs
2017-04-16ci: Allow skipping tests when running under CIKamal Marhubi
2017-04-09Removed commented `cargo run` targets in CIZac Berkowitz
2017-04-09Removed 'cargo run' directives from ci script.Zac Berkowitz
2017-04-09Fixed ci/script.sh to run tests when desired.Zac Berkowitz
2017-04-09Added ci templates from `trust` v0.1.1Zac Berkowitz
2017-04-09Removed old ci infrastructure.Zac Berkowitz
2016-08-10ci: fix docker container checkPaul Osborne
2016-07-10ci: push docs to gh-pages and code cov to coverallsPaul Osborne
2016-03-21testing: specify a few extra environment variablesPaul Osborne
2016-03-21testing: use posborne/rust-cross:x86 for x86_64/i686Paul Osborne
2016-03-17travis: add back testing on all rust versions (for linux)Paul Osborne
2016-03-16testing: remove refs to test_nix in run-all.shPaul Osborne
2016-03-14testing: ensure run.sh is executing in docker containerPaul Osborne
2016-03-14testing: explicitly check TRAVIS_OS_NAME is osxPaul Osborne
2016-03-14testing: update documentation related to testingPaul Osborne
2016-03-14testing: use default linker for appropriate platformsPaul Osborne
2016-03-14testing: move echo statement within docker run scriptPaul Osborne
2016-03-13testing: docker tests now work on travisPaul Osborne
2016-03-13testing: first shot at testing with travis for arm, mips, android, ...Paul Osborne
2016-03-13testing: move to new posborne/rust-cross imagesPaul Osborne
2016-03-13testing: fix gcc/linker paths for several targetsPaul Osborne
2016-03-13testing: export CC based on .cargo/config contentsPaul Osborne
2016-03-13testing: disable thread parallelization in docker testingPaul Osborne
2016-03-13testing: fix test exeuction paths with move to docker containerPaul Osborne
2016-03-13testing: disable some targets and continue running on failurePaul Osborne
2016-03-13testing: remove `set -x` from ci/run.shPaul Osborne
2016-03-13testing: allow the docker image to be overridenPaul Osborne
2016-03-13testing: switch to posborne/rust-crossPaul Osborne
2016-03-13testing: add documentation covering the basicsPaul Osborne
2016-03-13testing: configure linker via .cargo/configPaul Osborne
2016-03-13testing: add ci scripts to aid testing on more architectures/versionsPaul Osborne