diff options
| author | tgrogers-purdue <[email protected]> | 2018-03-29 00:57:10 +0000 |
|---|---|---|
| committer | tgrogers-purdue <[email protected]> | 2018-03-29 00:57:10 +0000 |
| commit | 2a451799316abe72571343c8c94f1f2934f57108 (patch) | |
| tree | 8e32c40543015138626da53ba4c8270d2ae61668 | |
| parent | 206b46ab50b58a629412f16ff261749e71dcca55 (diff) | |
Can I just do the exact same thing as Travis?
| -rw-r--r-- | bitbucket-pipelines.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f03c52a..2c53081 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,5 +9,4 @@ pipelines: default: - step: script: # Modify the commands below to build your repository. - - source setup_environment - - make -j
\ No newline at end of file + - 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'"
\ No newline at end of file |
