|
@@ -9,7 +9,6 @@ concurrency:
|
|
cancel-in-progress: true
|
|
cancel-in-progress: true
|
|
jobs:
|
|
jobs:
|
|
build-windows:
|
|
build-windows:
|
|
- if: github.repository == 'TorqueGameEngines/Torque3D'
|
|
|
|
name: ${{matrix.config.name}}
|
|
name: ${{matrix.config.name}}
|
|
runs-on: windows-latest
|
|
runs-on: windows-latest
|
|
strategy:
|
|
strategy:
|
|
@@ -42,7 +41,7 @@ jobs:
|
|
cmd "${{matrix.config.environment_script}}"
|
|
cmd "${{matrix.config.environment_script}}"
|
|
|
|
|
|
- name: Configure, Build & Install
|
|
- name: Configure, Build & Install
|
|
- uses: threeal/cmake-action@v1.2.0
|
|
|
|
|
|
+ uses: threeal/cmake-action@v1.3.0
|
|
with:
|
|
with:
|
|
source-dir: ${{github.workspace}}
|
|
source-dir: ${{github.workspace}}
|
|
build-dir: ${{github.workspace}}/build
|
|
build-dir: ${{github.workspace}}/build
|
|
@@ -62,3 +61,4 @@ jobs:
|
|
uses: ./.github/actions/upload-artifact
|
|
uses: ./.github/actions/upload-artifact
|
|
with:
|
|
with:
|
|
name: torque3dWindowsMSVCUnitTest
|
|
name: torque3dWindowsMSVCUnitTest
|
|
|
|
+ path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
|