mirror of
https://github.com/sensebox/blockly-app
synced 2025-03-12 07:00:28 +01:00
CI: build on node 6, fix release deploy
This commit is contained in:
parent
64c7e17022
commit
bc733c93de
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ android:
|
||||||
- android-27
|
- android-27
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- yes | sdkmanager "platforms;android-27"
|
- yes | sdkmanager "platforms;android-27" # accept android licenses
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- nvm install 8
|
- nvm install 6 # build with nodejs 6, as this is what FDroid uses (debian stretch backports)
|
||||||
- npm install -g ionic cordova
|
- npm install -g ionic cordova
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ deploy:
|
||||||
- provider: releases
|
- provider: releases
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
file:
|
file:
|
||||||
- "sensebox_blockly_{TRAVIS_TAG}.apk"
|
- "sensebox_blockly_${TRAVIS_TAG}.apk"
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue