mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-16 12:10:45 +01:00
compiling foss app as part of the assemble pipeline
This commit is contained in:
parent
f2a04a4de7
commit
21eff5a4ab
4
.github/workflows/assemble.yml
vendored
4
.github/workflows/assemble.yml
vendored
@ -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…
x
Reference in New Issue
Block a user