only build image on linux
This commit is contained in:
parent
dd64e075c8
commit
73101fcc03
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ before_script:
|
|||
script:
|
||||
- make -j4
|
||||
- ctest --verbose
|
||||
- docker build -t adfreiburg/pfaedle .
|
||||
- if [[ ( "$TRAVIS_OS_NAME" == "linux" ) ]]; then cd .. && docker build -t adfreiburg/pfaedle .; fi
|
||||
deploy:
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Reference in a new issue