Skip to content

Commit

Permalink
Update semaphore CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Nov 27, 2022
1 parent a9188f9 commit 15ae597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ blocks:
commands:
- checkout
- sem-version java 17
- 'wget https://dl.google.com/android/repository/commandlinetools-linux-8092744_latest.zip -O ~/android-commandline-tools.zip'
- 'wget https://dl.google.com/android/repository/commandlinetools-linux-9123335_latest.zip -O ~/android-commandline-tools.zip'
- mkdir -p ~/android-sdk/
- unzip ~/android-commandline-tools.zip -d ~/android-sdk/cmdline-tools/
- mv ~/android-sdk/cmdline-tools/cmdline-tools/ ~/android-sdk/cmdline-tools/latest
- 'export PATH=$PATH:~/android-sdk/cmdline-tools/latest/bin'
- export ANDROID_SDK_ROOT=~/android-sdk
- yes | sdkmanager --licenses
- ./gradlew check funcTest test --no-parallel --no-daemon
- ./gradlew check

0 comments on commit 15ae597

Please sign in to comment.