Travis CI: build & publish Docker image 💚
This commit is contained in:
parent
2a01eda564
commit
4aa500b867
3 changed files with 14 additions and 0 deletions
|
|
@ -26,6 +26,13 @@ before_script:
|
|||
script:
|
||||
- make -j4
|
||||
- ctest --verbose
|
||||
- docker build -t ad-freiburg/pfaedle .
|
||||
|
||||
deploy:
|
||||
on:
|
||||
branch: master
|
||||
provider: script
|
||||
script: bash push-docker-image.sh
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue