1
0
Fork 0
mirror of https://github.com/sensebox/blockly-app synced 2025-04-25 22:00:32 +02:00

fix travis fdroid deploy

This commit is contained in:
Norwin 2019-03-29 18:57:43 +01:00
parent 7296135b56
commit 40db157233
2 changed files with 15 additions and 7 deletions

View file

@ -1,14 +1,22 @@
language: android
node_js:
- "8"
before_script:
- npm install
android:
components:
- tools
- platform-tools
- build-tools-27.0.3
- android-27
before_install:
- yes | sdkmanager "platforms;android-27"
install:
- nvm install 8
- npm install -g ionic cordova
- npm install
script:
- npm run build
- npm run android:build
- npm run android:build # implies web build in www/ dir
deploy:
# deploy web build to gh-pages branch

View file

@ -4,7 +4,7 @@
target=https://$GITHUB_TOKEN@github.com/sensebox/blockly-app.git
branch=fdroid
git clone --depth=1 -b $target $repo fdroid
git clone --depth=1 -b $branch $target fdroid
rm -rf fdroid/*
mv -f platforms/android fdroid/
cd fdroid