Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Update Gitlab CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Apr 29, 2024
1 parent 99cba47 commit 101b8f9
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
default:
image:
name: runmymind/docker-android-sdk
entrypoint: [""]

lint:
script:
- cd opacclient
- sed -i "s/.*versionName .*/ versionName \"git-${CI_BUILD_REF}\"/g" opacapp/build.gradle
- GRADLE_USER_HOME=/cache ANDROID_HOME=/android-sdk-linux ./gradlew lint test assembleGooglePlayServicesDebug
except:
- android-studio-library
script:
- cd opacclient
- sed -i "s/.*versionName .*/ versionName \"git-${CI_BUILD_REF}\"/g" opacapp/build.gradle
- ./gradlew --no-daemon lint test assembleGooglePlayServicesDebug
variables:
GRADLE_USER_HOME: /cache
ANDROID_HOME: /android-sdk-linux
except:
- android-studio-library

0 comments on commit 101b8f9

Please sign in to comment.