only build image on linux

This commit is contained in:
Patrick Brosi 2020-12-03 12:50:17 +01:00
parent dd64e075c8
commit 73101fcc03

View file

@ -23,7 +23,7 @@ before_script:
script: script:
- make -j4 - make -j4
- ctest --verbose - ctest --verbose
- docker build -t adfreiburg/pfaedle . - if [[ ( "$TRAVIS_OS_NAME" == "linux" ) ]]; then cd .. && docker build -t adfreiburg/pfaedle .; fi
deploy: deploy:
on: on:
branch: master branch: master