diff --git a/.travis.yml b/.travis.yml index b0d3984..ec07348 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,11 @@ services: - docker language: cpp compiler: -- gcc + - gcc before_install: - - docker build -t extplane-panel . + - docker build -t extplane-panel . script: - - docker run -it -v $PWD:/ExtPlane-Panel -w /ExtPlane-Panel extplane-panel ./scripts/ci-build.sh + - docker run -it -v $PWD:/ExtPlane-Panel -w /ExtPlane-Panel extplane-panel ./scripts/ci-build.sh branches: only: - master @@ -22,8 +22,10 @@ deploy: provider: releases api_key: secure: eWDl6+Wr4aeL74G1Xaid7sbwH59M7PW0Jdw2vU+7Erp7W29x3T6semta19xscYK/bJuZT6oV7j/0o1BOYdbvLkXs8KuCiwyGIBiOxGikpFKOaLpGWwKAm2BHZ/YXoeELPtvI2AUTGOPGJYuOmdo3vs4Wh621Hmc3UrdjRlnCkUo= + before_deploy: + - echo Before deploy, checking the output file is there: + - ls -l output/extplane-panel.zip file: output/extplane-panel.zip skip_cleanup: true on: repo: vranki/ExtPlane-Panel -