compiling foss app as part of the assemble pipeline
This commit is contained in:
parent
f2a04a4de7
commit
21eff5a4ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue