mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-21 19:41:18 +00:00
update to ci file
This commit is contained in:
parent
0f0de63fea
commit
5e6e09b7f4
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- "mkdir cmake-build-debug"
|
||||
- "cd cmake-build-debug"
|
||||
|
@ -7,6 +12,7 @@ build:
|
|||
- "cmake --build . --target unittest_common"
|
||||
|
||||
test:
|
||||
stage: test
|
||||
dependencies:
|
||||
- build
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue