Skip to content

Commit

Permalink
Add semaphore artifacts publishing (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored Mar 8, 2021
1 parent 3a6495c commit 333bfc9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ blocks:
- mkdir -p ~/android-sdk/cmdline-tools/
- unzip ~/android-commandline-tools.zip -d ~/android-sdk/cmdline-tools
- 'export PATH=$PATH:~/android-sdk/cmdline-tools/tools/bin'
- yes | sdkmanager "ndk;21.3.6528147"
- 'export PATH=$PATH:~/android-sdk/ndk/21.3.6528147/'
- yes | sdkmanager "ndk;21.4.7075529"
- 'export PATH=$PATH:~/android-sdk/ndk/21.4.7075529/'
- export ANDROID_SDK_ROOT=~/android-sdk
- checkout
- sem-version java 1.8
- ./gradlew build
- artifact push job app/build/outputs/apk/release/app-release.apk

0 comments on commit 333bfc9

Please sign in to comment.