Add test to stages
This commit is contained in:
parent
229271fe0f
commit
3d6bfa60a8
|
@ -3,6 +3,7 @@ image: jmchr/opengl-test-env:latest
|
||||||
# Define the stages of your pipeline
|
# Define the stages of your pipeline
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
- test
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
VCPKG_ROOT: "/vcpkg"
|
VCPKG_ROOT: "/vcpkg"
|
||||||
|
|
Loading…
Reference in New Issue