Ensure samples/minimal still compiles #195
This commit is contained in:
committed by
Benoit Marty
parent
08f5f6edaa
commit
1ab2bfcd21
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -62,3 +62,5 @@ jobs:
|
||||
run: ./gradlew compileReleaseSources $CI_GRADLE_ARG_PROPERTIES
|
||||
- name: Compile nightly sources
|
||||
run: ./gradlew compileNightlySources $CI_GRADLE_ARG_PROPERTIES
|
||||
- name: Compile samples minimal
|
||||
run: ./gradlew :samples:minimal:assemble $CI_GRADLE_ARG_PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user