Update .gitlab-ci.yml file
This commit is contained in:
parent
fa298669ef
commit
3f6f19aaf0
|
@ -4,7 +4,6 @@ image: jmchr/opengl-test-env:latest
|
|||
stages:
|
||||
- build
|
||||
- test
|
||||
- release
|
||||
|
||||
variables:
|
||||
VCPKG_ROOT: "/vcpkg"
|
||||
|
@ -34,15 +33,4 @@ run_tests:
|
|||
- export DISPLAY=:99
|
||||
- export TEST_MODE=1
|
||||
- cd build
|
||||
- ./TerraVisor
|
||||
|
||||
release_job:
|
||||
stage: release
|
||||
dependencies:
|
||||
- build
|
||||
script:
|
||||
- cd build
|
||||
- ls
|
||||
artifacts:
|
||||
paths:
|
||||
- build/
|
||||
- ./TerraVisor
|
Loading…
Reference in New Issue