Trying bad workaround to test multiple actions versions
This commit is contained in:
parent
c0c507b2b6
commit
57fec976cd
143
.github/workflows/main.yml
vendored
143
.github/workflows/main.yml
vendored
@ -63,7 +63,148 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# name: Test results (all modes)
|
# name: Test results (all modes)
|
||||||
# path: ${{ steps.testRunner.outputs.artifactsPath }}
|
# path: ${{ steps.testRunner.outputs.artifactsPath }}
|
||||||
- uses: webbertakken/unity-builder@${{ matrix.unityBuilderVersion }}
|
- if: matrix.unityBuilderVersion == 'master'
|
||||||
|
uses: webbertakken/unity-builder@master
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.1'
|
||||||
|
uses: webbertakken/unity-builder@v0.1
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.10'
|
||||||
|
uses: webbertakken/unity-builder@v0.10
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.11'
|
||||||
|
uses: webbertakken/unity-builder@v0.11
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.12'
|
||||||
|
uses: webbertakken/unity-builder@v0.12
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.13'
|
||||||
|
uses: webbertakken/unity-builder@v0.13
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.14'
|
||||||
|
uses: webbertakken/unity-builder@v0.14
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.15'
|
||||||
|
uses: webbertakken/unity-builder@v0.15
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.2'
|
||||||
|
uses: webbertakken/unity-builder@v0.2
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.3'
|
||||||
|
uses: webbertakken/unity-builder@v0.3
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.4'
|
||||||
|
uses: webbertakken/unity-builder@v0.4
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.5'
|
||||||
|
uses: webbertakken/unity-builder@v0.5
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.6'
|
||||||
|
uses: webbertakken/unity-builder@v0.6
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.7'
|
||||||
|
uses: webbertakken/unity-builder@v0.7
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.8'
|
||||||
|
uses: webbertakken/unity-builder@v0.8
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v0.9'
|
||||||
|
uses: webbertakken/unity-builder@v0.9
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v1.0'
|
||||||
|
uses: webbertakken/unity-builder@v1.0
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v1.1'
|
||||||
|
uses: webbertakken/unity-builder@v1.1
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v1.2'
|
||||||
|
uses: webbertakken/unity-builder@v1.2
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v1.3'
|
||||||
|
uses: webbertakken/unity-builder@v1.3
|
||||||
|
with:
|
||||||
|
projectPath: ${{ matrix.projectPath }}
|
||||||
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
|
customParameters: '-nographics'
|
||||||
|
- if: matrix.unityBuilderVersion == 'v1.4'
|
||||||
|
uses: webbertakken/unity-builder@v1.4
|
||||||
with:
|
with:
|
||||||
projectPath: ${{ matrix.projectPath }}
|
projectPath: ${{ matrix.projectPath }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
Loading…
Reference in New Issue
Block a user