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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue