mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Update build-windows-msvc.yml
This commit is contained in:
parent
017d7abb63
commit
ea2cd337f4
1 changed files with 39 additions and 40 deletions
13
.github/workflows/build-windows-msvc.yml
vendored
13
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -10,20 +10,19 @@ on:
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: "windows-latest"
|
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
name: Windows Latest MSVC
|
||||||
- name: "TorqueWindows"
|
os: windows-latest
|
||||||
tests: true
|
|
||||||
build_type: "Release"
|
build_type: "Release"
|
||||||
cc: "cl"
|
cc: "cl"
|
||||||
cxx: "cl"
|
cxx: "cl"
|
||||||
bin: "./Torque3D.exe"
|
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
|
||||||
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
|
generators: "Visual Studio 16 2019"
|
||||||
generators: "Visual Studio 17 2022"
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue