@ -1,14 +1,22 @@
language: android
node_js:
- "8"
before_script:
android:
- npm install
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
script:
- npm run build
- npm run android:build # implies web build in www/ dir
- npm run android:build
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