Github action to build branches except master (#4404)

This commit is contained in:
yueh
2020-06-11 20:18:41 +02:00
committed by GitHub
parent 5cda370746
commit c45a15e13b
77 changed files with 58 additions and 1831 deletions
+5 -1
View File
@@ -21,5 +21,9 @@ jobs:
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
- name: Generate assets
uses: GabrielBB/xvfb-action@v1.2
with:
run: ./gradlew runData --no-daemon
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build --no-daemon