Skip to content

Commit

Permalink
Test SGX on nigtly travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Mar 19, 2019
1 parent 5c2e1d5 commit 59535e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ script:
- travis-cargo test
- travis-cargo --only stable test -- --features=deadlock_detection
- travis-cargo --only beta test -- --features=deadlock_detection
- if [ "${TRAVIS_RUST_VERSION}" = "nightly" ]; then
rustup target add x86_64-fortanix-unknown-sgx;
cargo test --target x86_64-fortanix-unknown-sgx --no-run;
fi
- travis-cargo --only nightly doc -- --all-features --no-deps -p parking_lot -p parking_lot_core -p lock_api
- cd benchmark
- travis-cargo build
Expand Down

0 comments on commit 59535e3

Please sign in to comment.