-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path.travis.yml
31 lines (31 loc) · 832 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
sudo: required
services:
- docker
language: cpp
compiler:
- gcc
before_install:
- docker build -t extplane-panel .
script:
- docker run -it -v $PWD:/ExtPlane-Panel -w /ExtPlane-Panel extplane-panel ./scripts/ci-build.sh
branches:
only:
- master
notifications:
email:
recipients:
on_success: change
on_failure: change
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