compiling foss app as part of the assemble pipeline

This commit is contained in:
Adam Brown 2022-08-31 18:22:21 +01:00 committed by GitHub
parent f2a04a4de7
commit 21eff5a4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -24,4 +24,6 @@ jobs:
- uses: gradle/gradle-build-action@v2
- name: Assemble debug variant
run: ./gradlew assembleDebug --no-daemon
run: |
./gradlew assembleDebug --no-daemon
./gradlew assembleDebug -Pfoss --no-daemon