Skip to content

Commit 2ee2879

Browse files
committed
Wtf is wrong with travis builds
1 parent c389652 commit 2ee2879

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ services:
33
- docker
44
language: cpp
55
compiler:
6-
- gcc
6+
- gcc
77
before_install:
8-
- docker build -t extplane-panel .
8+
- docker build -t extplane-panel .
99
script:
10-
- docker run -it -v $PWD:/ExtPlane-Panel -w /ExtPlane-Panel extplane-panel ./scripts/ci-build.sh
10+
- docker run -it -v $PWD:/ExtPlane-Panel -w /ExtPlane-Panel extplane-panel ./scripts/ci-build.sh
1111
branches:
1212
only:
1313
- master
@@ -22,8 +22,10 @@ deploy:
2222
provider: releases
2323
api_key:
2424
secure: eWDl6+Wr4aeL74G1Xaid7sbwH59M7PW0Jdw2vU+7Erp7W29x3T6semta19xscYK/bJuZT6oV7j/0o1BOYdbvLkXs8KuCiwyGIBiOxGikpFKOaLpGWwKAm2BHZ/YXoeELPtvI2AUTGOPGJYuOmdo3vs4Wh621Hmc3UrdjRlnCkUo=
25+
before_deploy:
26+
- echo Before deploy, checking the output file is there:
27+
- ls -l output/extplane-panel.zip
2528
file: output/extplane-panel.zip
2629
skip_cleanup: true
2730
on:
2831
repo: vranki/ExtPlane-Panel
29-

0 commit comments

Comments
 (0)