mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Target the Install build
This commit is contained in:
parent
de4d5fa5d7
commit
9269a4e13b
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
# Build your program with the given configuration
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target install
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
|
|
@ -64,6 +64,8 @@ jobs:
|
|||
else
|
||||
./Torque3D runTests.tscript
|
||||
fi
|
||||
shell: bash
|
||||
|
||||
|
||||
- name: Publish Test Report
|
||||
uses: mikepenz/action-junit-report@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue