1
0
Fork 0
mirror of https://github.com/sensebox/blockly-app synced 2025-03-11 22:30:27 +01:00

CI: build on node 6, fix release deploy

This commit is contained in:
Norwin 2019-04-27 16:08:44 +02:00
parent 64c7e17022
commit bc733c93de

View file

@ -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