diff options
| author | tgrogers <[email protected]> | 2017-07-09 00:45:34 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-07-09 00:45:34 -0400 |
| commit | f37488e37cfa3ea75b3a91a33e740c9c5c06d97a (patch) | |
| tree | cd31c025938a31506b8f6b434b0d4c55927d5fcb | |
| parent | 53ab60f7864d976b492f6f9d082373cf715c6e63 (diff) | |
trying pwd
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a9f992d..570337f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ before_install: language: cpp script: - - docker run -v .:/home/runner/gpgpu-sim_distribution tgrogers/gpgpu-sim_regress:firsttry /bin/bash -c "./start_torque.sh; su - runner; cd gpgpu-sim_distribution; source setup_environment; make -j; cd ../gpgpu-sim_simulations/util/job_launching; ./run_simulations -N regress; ./monitor_fucn_test.py -N regress" + - docker run -v `pwd`:/home/runner/gpgpu-sim_distribution tgrogers/gpgpu-sim_regress:firsttry /bin/bash -c "./start_torque.sh; su - runner; cd gpgpu-sim_distribution; source setup_environment; make -j; cd ../gpgpu-sim_simulations/util/job_launching; ./run_simulations -N regress; ./monitor_fucn_test.py -N regress" |
