|
@@ -163,7 +163,6 @@ jobs:
|
|
|
|
|
|
# Build
|
|
|
./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true -Dmaven.repo.local="$PWD/dist/maven" \
|
|
|
- build \
|
|
|
:jme3-bullet-native:build
|
|
|
|
|
|
# Upload natives to be used later by the BuildJMonkey job
|
|
@@ -180,11 +179,13 @@ jobs:
|
|
|
name: Build on ${{ matrix.osName }} jdk${{ matrix.jdk }}
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
strategy:
|
|
|
- fail-fast: true
|
|
|
+ fail-fast: false
|
|
|
matrix:
|
|
|
- os: [ubuntu-18.04,windows-2019,macOS-latest]
|
|
|
+ os: [ubuntu-18.04,ubuntu-20.04,windows-2019,macOS-latest]
|
|
|
jdk: [8.x.x,11.x.x]
|
|
|
include:
|
|
|
+ - os: ubuntu-20.04
|
|
|
+ osName: linux-next
|
|
|
- os: ubuntu-18.04
|
|
|
osName: linux
|
|
|
deploy: true
|
|
@@ -242,7 +243,7 @@ jobs:
|
|
|
shell: bash
|
|
|
run: |
|
|
|
# Build
|
|
|
- ./gradlew -PuseCommitHashAsVersionName=true -PskipPrebuildLibraries=true build
|
|
|
+ ./gradlew -i -PuseCommitHashAsVersionName=true -PskipPrebuildLibraries=true build
|
|
|
|
|
|
if [ "${{ matrix.deploy }}" = "true" ];
|
|
|
then
|