go 2019
This commit is contained in:
parent
96011eb88c
commit
602d263902
10
.github/workflows/build-debug.yml
vendored
10
.github/workflows/build-debug.yml
vendored
@ -21,6 +21,10 @@ jobs:
|
|||||||
NUGET_XMLDOC_MODE: skip
|
NUGET_XMLDOC_MODE: skip
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions/setup-dotnet@v1
|
||||||
|
with:
|
||||||
|
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
|
||||||
|
include-prerelease: ${{ env.DOTNET_INCLUDE_PRERELEASE }}
|
||||||
- run: dotnet build -c Debug
|
- run: dotnet build -c Debug
|
||||||
- run: dotnet test -c Debug --no-build < /dev/null
|
- run: dotnet test -c Debug --no-build < /dev/null
|
||||||
|
|
||||||
@ -28,10 +32,10 @@ jobs:
|
|||||||
if: "((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:'))"
|
if: "((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:'))"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
unity: ["2020.1.0a3"]
|
unity: ["2019.4.25f1"]
|
||||||
include:
|
include:
|
||||||
- unity: 2020.1.0a3
|
- unity: 2019.4.25f1
|
||||||
license: UNITY_LICENSE_2020
|
license: UNITY_LICENSE_2019
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user