mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
no more errors
This commit is contained in:
parent
ccacae6bf2
commit
8fb566b059
2 changed files with 69 additions and 2 deletions
7
.github/workflows/build-windows-msvc.yml
vendored
7
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Windows Build
|
||||
name: Windows Build 🟥🟩🟦🟨
|
||||
on:
|
||||
push:
|
||||
branches: [development]
|
||||
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat",
|
||||
generator: "Visual Studio 17 2022"
|
||||
}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
|
|
@ -53,7 +54,9 @@ jobs:
|
|||
build-args: --config ${{matrix.config.build_type}} --target install
|
||||
|
||||
- name: Unit Tests
|
||||
run: ${{github.workspace}}/My Projects/Torque3D/game/Torque3D.exe runTests.tscript
|
||||
run: |
|
||||
cd "${{github.workspace}}/My Projects/Torque3D/game"
|
||||
./Torque3D.exe runTests.tscript
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: ./.github/actions/upload-artifact
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue