mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-19 07:21:12 +00:00
update ci config
This commit is contained in:
parent
e3b6c1dba6
commit
432ee15742
1 changed files with 5 additions and 1 deletions
|
@ -19,4 +19,8 @@ test:
|
|||
- "cd cmake-build-debug"
|
||||
- "cmake .."
|
||||
- "cmake --build . --target unittest_common"
|
||||
- "ls"
|
||||
- "./code/common/unittest_common -r junit -o results_common.xml"
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
- results_common.xml
|
||||
|
|
Loading…
Reference in a new issue