fix travis fdroid deploy

ios
Norwin 5 years ago
parent 7296135b56
commit 40db157233

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

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

Loading…
Cancel
Save