summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-06-30 13:40:57 -0400
committertgrogers <[email protected]>2018-06-30 13:40:57 -0400
commit3551bf0a1077cfe1418efb0771edc19410b8ebdf (patch)
treeff4fb07139ae865a3a4cd92325802bb0dddc8991 /.travis.yml
parent09b3873528b7e881a71e0d77e2136874050d2434 (diff)
oops - need a yml list of envs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index db51ede..de08b38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,8 @@ matrix:
- services: docker
env: CONFIG=configs.teslac2050.yml
- services: docker
- env: CONFIG=configs.gtx1080ti.yml
- env: PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-9.2/
+ env:
+ - CONFIG=configs.gtx1080ti.yml
+ - PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-9.2/
script: docker run -v `pwd`:/home/runner/gpgpu-sim_distribution:rw tgrogers/gpgpu-sim_regress:latest /bin/bash -c "./start_torque.sh; chown -R runner /home/runner/gpgpu-sim_distribution; su - runner -c 'source /home/runner/gpgpu-sim_distribution/setup_environment && make -j -C /home/runner/gpgpu-sim_distribution && cd /home/runner/gpgpu-sim_simulations/ && git pull && /home/runner/gpgpu-sim_simulations/util/job_launching/run_simulations.py -c /home/runner/gpgpu-sim_simulations/util/job_launching/regression_recipies/rodinia_2.0-ft/$CONFIG -N regress && /home/runner/gpgpu-sim_simulations/util/job_launching/monitor_func_test.py -v -N regress'"