mirror of https://github.com/axmolengine/axmol.git
Setup msvc14.37 for github CI
This commit is contained in:
parent
b892461a2b
commit
7b8d4119c7
|
@ -20,6 +20,7 @@ jobs:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
||||||
with:
|
with:
|
||||||
|
toolset: '14.37'
|
||||||
arch: ${{ env.BUILD_ARCH }}
|
arch: ${{ env.BUILD_ARCH }}
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
@ -33,6 +34,7 @@ jobs:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
||||||
with:
|
with:
|
||||||
|
toolset: '14.37'
|
||||||
arch: x64
|
arch: x64
|
||||||
uwp: true
|
uwp: true
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
|
@ -22,6 +22,7 @@ jobs:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
||||||
with:
|
with:
|
||||||
|
toolset: '14.37'
|
||||||
arch: 'x64'
|
arch: 'x64'
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
@ -38,6 +39,7 @@ jobs:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
||||||
with:
|
with:
|
||||||
|
toolset: '14.37'
|
||||||
arch: 'x64'
|
arch: 'x64'
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
@ -55,6 +57,7 @@ jobs:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
||||||
with:
|
with:
|
||||||
|
toolset: '14.37'
|
||||||
arch: 'x64'
|
arch: 'x64'
|
||||||
uwp: true
|
uwp: true
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in New Issue