aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-17 17:55:49 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-17 17:55:49 +0000
commit892383d720d00e281f480dcdbf5869a97e022e11 (patch)
tree38cf47c5b4471196c3e62a11ec5ff30169801068 /.travis.yml
parentminor submodule fix (diff)
downloadTCPDBench-892383d720d00e281f480dcdbf5869a97e022e11.tar.gz
TCPDBench-892383d720d00e281f480dcdbf5869a97e022e11.zip
Add a note explaining the travis command
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f23b432d..ee29ce34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,8 @@ before_install:
script:
- mkdir -p /home/travis/build/alan-turing-institute/analysis/output
+ # create results (tables/figures) in the docker container
+ # 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"