main.yml: add Gradle-wrapper validation to several jobs

master
Stephen Gold 5 years ago
parent b93ea18fa2
commit a407fc3224
  1. 12
      .github/workflows/main.yml

@ -69,7 +69,8 @@ jobs:
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Validate the Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Build
run: |
# Build
@ -96,7 +97,8 @@ jobs:
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Validate the Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Build
run: |
./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
@ -138,7 +140,8 @@ jobs:
with:
java-version: ${{ matrix.jdk }}
architecture: x64
- name: Validate the Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Build Natives
shell: bash
env:
@ -233,7 +236,8 @@ jobs:
with:
name: linuxarm-natives
path: build/native
- name: Validate the Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Build Engine
shell: bash
run: |

Loading…
Cancel
Save