Update .gitlab-ci.yml file
This commit is contained in:
parent
bef090e984
commit
0a66ebde18
|
@ -15,6 +15,10 @@ build:
|
|||
- export VCPKG_TOOLCHAIN=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
|
||||
- cmake -B build -S . -G Ninja -DCMAKE_TOOLCHAIN_FILE=$VCPKG_TOOLCHAIN
|
||||
- cmake --build build
|
||||
artifacts:
|
||||
paths:
|
||||
- build/
|
||||
expire_in: 1 hour
|
||||
|
||||
run_tests:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in New Issue