mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 15:30:41 +00:00
Cleanup and improve
This commit is contained in:
parent
7c67c2c326
commit
1d28ddf734
49 changed files with 26013 additions and 30304 deletions
11
.github/workflows/cmake.yml
vendored
11
.github/workflows/cmake.yml
vendored
|
|
@ -55,3 +55,14 @@ jobs:
|
|||
- name: Build
|
||||
# Build your program with the given configuration
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
cd ${{github.workspace}}/My Projects/Torque3D/game
|
||||
./Torque3D runTests.tscript
|
||||
|
||||
- name: Publish Test Report
|
||||
uses: mikepenz/action-junit-report@v3
|
||||
if: success() || failure() # always run even if the previous step fails
|
||||
with:
|
||||
report_paths: '${{github.workspace}}/My Projects/Torque3D/game/TEST-*.xml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue