mirror of
https://github.com/sensebox/blockly-app
synced 2025-03-11 05:30: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
|
||||
|
||||
before_install:
|
||||
- yes | sdkmanager "platforms;android-27"
|
||||
- yes | sdkmanager "platforms;android-27" # accept android licenses
|
||||
|
||||
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
|
||||
|
||||
|
@ -33,7 +33,7 @@ deploy:
|
|||
- provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
file:
|
||||
- "sensebox_blockly_{TRAVIS_TAG}.apk"
|
||||
- "sensebox_blockly_${TRAVIS_TAG}.apk"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
|
Loading…
Add table
Reference in a new issue