File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ environment:
1818# - job_name: rpi
1919# appveyor_build_worker_image: Ubuntu1604
2020
21- GITHUB_TOKEN :
22- secure : PlbRv5ROUa2qrP6YTVZhC5xpnCEF5cbQ4YuW3Hm6I3gvVBQPTybAvI0ZgLA1P6AL
23-
21+
2422matrix :
2523 allow_failures :
2624 - job_name : rpi
3230
3331branches :
3432 only :
35- - master
36-
33+ - master
34+
3735stack :
3836 python 3.8
3937
@@ -125,10 +123,10 @@ for:
125123 - .ci/install-${ARTISAN_OS}.sh
126124
127125 build_script :
128- - echo "MacOS Build"
126+ - echo "MacOS Build"
129127 - chmod +x src/*.sh
130128 - .ci/script-${ARTISAN_OS}.sh
131-
129+
132130# artifacts:
133131# - path: 'src/artisan-*.dmg'
134132
@@ -150,14 +148,14 @@ for:
150148 PYTHON : $HOME/venv3.8
151149
152150 install :
153- - echo "Linux Install"
151+ - echo "Linux Install"
154152 - chmod +x .ci/*.sh
155153 - export GIT_VERSION=`git rev-parse --verify --short HEAD 2>/dev/null|| echo "???"`
156154 - sed -i'' -e "s/__revision__ = '0'/__revision__ = '$GIT_VERSION'/" src/artisanlib/__init__.py
157155 - .ci/install-${ARTISAN_OS}.sh
158156
159157 build_script :
160- - echo "Linux Build"
158+ - echo "Linux Build"
161159 - chmod +x src/*.sh
162160 - .ci/script-${ARTISAN_OS}.sh
163161
@@ -185,14 +183,14 @@ for:
185183 PYTHON : $HOME/venv3.8
186184
187185 install :
188- - echo "RPI Install"
186+ - echo "RPI Install"
189187 - chmod +x ./.ci/*.sh
190188 - export GIT_VERSION=`git rev-parse --verify --short HEAD 2>/dev/null|| echo "???"`
191189 - sed -i'' -e "s/__revision__ = '0'/__revision__ = '$GIT_VERSION'/" src/artisanlib/__init__.py
192190 - .ci/install-${ARTISAN_OS}.sh
193191
194192 build_script :
195- - echo "RPI Build"
193+ - echo "RPI Build"
196194 - chmod +x src/*.sh
197195 - .ci/script-${ARTISAN_OS}.sh
198196
You can’t perform that action at this time.
0 commit comments