Consolidate CI jobs

This commit is contained in:
Michael Vines
2018-06-24 21:24:08 -07:00
parent adfcb79387
commit be5f2ef9b9
10 changed files with 53 additions and 70 deletions

12
ci/test-stable-perf.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash -e
cd "$(dirname "$0")/.."
./fetch-perf-libs.sh
export LD_LIBRARY_PATH=$PWD:/usr/local/cuda/lib64
export PATH=$PATH:/usr/local/cuda/bin
export RUST_BACKTRACE=1
set -x
exec cargo test --features=cuda,erasure