Update .gitlab-ci.yml file

This commit is contained in:
Jack Christensen 2024-08-29 15:32:12 +00:00
parent fa298669ef
commit 3f6f19aaf0
1 changed files with 1 additions and 13 deletions

View File

@ -4,7 +4,6 @@ image: jmchr/opengl-test-env:latest
stages:
- build
- test
- release
variables:
VCPKG_ROOT: "/vcpkg"
@ -35,14 +34,3 @@ run_tests:
- export TEST_MODE=1
- cd build
- ./TerraVisor
release_job:
stage: release
dependencies:
- build
script:
- cd build
- ls
artifacts:
paths:
- build/