mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 15:30:36 +02:00
using make check
This commit is contained in:
parent
8f2fcedeb7
commit
00596d53db
@ -18,7 +18,7 @@ build: # name of task
|
|||||||
- make -j4
|
- make -j4
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build
|
- build/
|
||||||
|
|
||||||
|
|
||||||
# ########
|
# ########
|
||||||
@ -41,7 +41,7 @@ valgrind:
|
|||||||
- shell
|
- shell
|
||||||
script:
|
script:
|
||||||
- cd build
|
- cd build
|
||||||
- valgrind make check test
|
- valgrind make check
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user