2018-07-19 11:52:13 -05:00
|
|
|
language: rust
|
2019-07-03 09:27:06 -05:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.cargo
|
2018-07-19 11:52:13 -05:00
|
|
|
|
2018-11-07 07:07:12 -06:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
|
|
|
|
2018-07-19 11:52:13 -05:00
|
|
|
rust:
|
|
|
|
- nightly
|
|
|
|
|
|
|
|
script:
|
2019-08-10 07:06:08 -05:00
|
|
|
- ./prepare.sh
|
|
|
|
- ./test.sh --release
|
2018-07-19 11:52:13 -05:00
|
|
|
|
2018-07-19 11:58:30 -05:00
|
|
|
env:
|
2019-08-10 07:06:08 -05:00
|
|
|
global:
|
|
|
|
# Enable backtraces for easier debugging.
|
|
|
|
- RUST_BACKTRACE=1
|
|
|
|
# Reduce amount of benchmark runs as they are slow.
|
|
|
|
- COMPILE_RUNS=2 RUN_RUNS=2
|