Browse Source

Ensure samples/minimal still compiles #195

misc/jme/add-logging-to-state-machine
Benoit Marty 2 years ago committed by Benoit Marty
parent
commit
dfc9941e10
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -62,3 +62,5 @@ jobs: @@ -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

Loading…
Cancel
Save