diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-18 13:52:55 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-18 13:52:55 +0000 |
| commit | 28a7c91b268223c64b6984d991d30658251fa45d (patch) | |
| tree | e568fb1d2e0a1bb8cb95b6f86210c56337792cd2 /.travis.yml | |
| parent | Update dockerfile and readme (diff) | |
| download | TCPDBench-28a7c91b268223c64b6984d991d30658251fa45d.tar.gz TCPDBench-28a7c91b268223c64b6984d991d30658251fa45d.zip | |
Add make clean for safety
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ee29ce34..2a422bdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ script: # note that we consider the build successful if there is no difference # between the results in the repo and that generated by travis. An exception # are the pdf files, which often differ due to different latex versions etc. - - docker run -v /home/travis/build/alan-turing-institute/analysis/output:/TCPDBench/analysis/output alan-turing-institute/tcpdbench /bin/bash -c "make results && git checkout ./analysis/output/rankplots/*.pdf && git diff --exit-code" + - docker run -v /home/travis/build/alan-turing-institute/analysis/output:/TCPDBench/analysis/output alan-turing-institute/tcpdbench /bin/bash -c "make clean && make results && git checkout ./analysis/output/rankplots/*.pdf && git diff --exit-code" |
