Commit 65a99f0c by Maurits van Beusekom

go to example folder

parent b6d4fe1d
......@@ -16,9 +16,10 @@ matrix:
- fonts-droid
before_script:
- ./scripts/before_build_apks.sh
- export ANDROID_HOME=`$HOME/android-sdk
- export ANDROID_HOME=$HOME/android-sdk
- export PATH=$HOME/flutter/bin:$HOME/flutter/bin/cache/dart-sdk/bin:$PATH
script:
- cd ./example
- flutter build apk
# Job 2) Build example IPAs
- os: osx
......@@ -30,6 +31,7 @@ matrix:
- ./scripts/before_build_ipas.sh
- export PATH=$HOME/flutter/bin:$HOME/flutter/bin/cache/dart-sdk/bin:$PATH
script:
- cd ./example
- flutter build ios --no-codesign
cache:
directories:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment