mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
update ci config
This commit is contained in:
parent
030154c6cb
commit
bf2c939181
1 changed files with 4 additions and 2 deletions
|
@ -9,12 +9,14 @@ build:
|
|||
- "cd cmake-build-debug"
|
||||
- "cmake .."
|
||||
- "cmake --build . --target common"
|
||||
- "cmake --build . --target unittest_common"
|
||||
|
||||
test:
|
||||
stage: test
|
||||
dependencies:
|
||||
- build
|
||||
script:
|
||||
- "cd cmake-build_debug"
|
||||
- "mkdir cmake-build-debug"
|
||||
- "cd cmake-build-debug"
|
||||
- "cmake .."
|
||||
- "cmake --build . --target unittest_common"
|
||||
- "./unittest_common"
|
||||
|
|
Loading…
Reference in a new issue