Add steps to check that release and nightly build can compile.
This commit is contained in:
parent
a5ca5c62d2
commit
a98c6165dd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -31,3 +31,7 @@ jobs:
|
||||||
name: elementx-debug
|
name: elementx-debug
|
||||||
path: |
|
path: |
|
||||||
app/build/outputs/apk/debug/app-debug.apk
|
app/build/outputs/apk/debug/app-debug.apk
|
||||||
|
- name: Compile release sources
|
||||||
|
run: ./gradlew compileReleaseSources $CI_GRADLE_ARG_PROPERTIES
|
||||||
|
- name: Compile nighlty sources
|
||||||
|
run: ./gradlew compileNightlySources $CI_GRADLE_ARG_PROPERTIES
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue