mirror of https://github.com/axmolengine/axmol.git
Setup msvc14.37 for github CI
This commit is contained in:
parent
b892461a2b
commit
7b8d4119c7
|
@ -19,7 +19,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
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
|
||||||
|
@ -32,7 +33,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
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
|
||||||
|
|
|
@ -21,7 +21,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
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
|
||||||
|
@ -37,7 +38,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
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
|
||||||
|
@ -54,7 +56,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
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