Skip to content

Commit

Permalink
Wtf is wrong with travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vranki committed Sep 20, 2019
1 parent c389652 commit 2ee2879
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 2ee2879

Please sign in to comment.