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:
|
||||
submodules: 'recursive'
|
||||
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
||||
with:
|
||||
with:
|
||||
toolset: '14.37'
|
||||
arch: ${{ env.BUILD_ARCH }}
|
||||
- name: Build
|
||||
shell: pwsh
|
||||
|
@ -32,7 +33,8 @@ jobs:
|
|||
with:
|
||||
submodules: 'recursive'
|
||||
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
||||
with:
|
||||
with:
|
||||
toolset: '14.37'
|
||||
arch: x64
|
||||
uwp: true
|
||||
- name: Build
|
||||
|
|
|
@ -21,7 +21,8 @@ jobs:
|
|||
with:
|
||||
submodules: 'recursive'
|
||||
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
||||
with:
|
||||
with:
|
||||
toolset: '14.37'
|
||||
arch: 'x64'
|
||||
- name: Build
|
||||
shell: pwsh
|
||||
|
@ -37,7 +38,8 @@ jobs:
|
|||
with:
|
||||
submodules: 'recursive'
|
||||
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
||||
with:
|
||||
with:
|
||||
toolset: '14.37'
|
||||
arch: 'x64'
|
||||
- name: Build
|
||||
shell: pwsh
|
||||
|
@ -54,7 +56,8 @@ jobs:
|
|||
with:
|
||||
submodules: 'recursive'
|
||||
- uses: ilammy/msvc-dev-cmd@v1.12.1
|
||||
with:
|
||||
with:
|
||||
toolset: '14.37'
|
||||
arch: 'x64'
|
||||
uwp: true
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in New Issue