mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
Update build-windows-msvc.yml
This commit is contained in:
parent
055867a4e3
commit
fd1efc2540
1 changed files with 9 additions and 9 deletions
18
.github/workflows/build-windows-msvc.yml
vendored
18
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -15,19 +15,19 @@ on:
|
||||||
strategy:
|
strategy:
|
||||||
fail-falst: false
|
fail-falst: false
|
||||||
matrix:
|
matrix:
|
||||||
name: "TorqueWindows"
|
- name: "TorqueWindows"
|
||||||
tests: true
|
tests: true
|
||||||
build_type: "Release"
|
build_type: "Release"
|
||||||
cc: "cl"
|
cc: "cl"
|
||||||
cxx: "cl"
|
cxx: "cl"
|
||||||
bin: "./Torque3D.exe"
|
bin: "./Torque3D.exe"
|
||||||
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2022/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 17 2022"
|
generators: "Visual Studio 17 2022"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Print env
|
- name: Print env
|
||||||
run: |
|
run: |
|
||||||
echo github.event.action: ${{ github.event.action }}
|
echo github.event.action: ${{ github.event.action }}
|
||||||
echo github.event_name: ${{ github.event_name }}
|
echo github.event_name: ${{ github.event_name }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue