Update .gitlab-ci.yml file

This commit is contained in:
Jack Christensen 2024-08-19 13:30:41 +00:00
parent bef090e984
commit 0a66ebde18
1 changed files with 4 additions and 0 deletions

View File

@ -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