diff options
| author | tgrogers <[email protected]> | 2017-07-09 00:40:24 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2017-07-09 00:40:24 -0400 |
| commit | 53ab60f7864d976b492f6f9d082373cf715c6e63 (patch) | |
| tree | 16debd5577006e4de947c944a5d49dd0c7a4168b | |
| parent | b3e2060b8e69dcdc6e923857261296ae51eec3c4 (diff) | |
Adding in the first pass at the actual regression commands
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 33dc82e..a9f992d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,8 @@ services: before_install: - docker pull tgrogers/gpgpu-sim_regress:firsttry - - docker run tgrogers/gpgpu-sim_regress:firsttry /bin/bash -c "pwd; ls" language: cpp script: - ls && pwd && ls / + - 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" |
