Skip to content
Snippets Groups Projects
Commit 31341bd1 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Update .gitlab-ci.yml file

parent b41560de
No related branches found
No related tags found
No related merge requests found
Pipeline #345001 failed
......@@ -37,6 +37,9 @@ include:
# You can uncomment the deploy lines to deploy your project to the CAVE/VRDev. This only makes sense, if your plugin works
# with a generated project.
variables:
UNREAL_VERSION: "5.3"
stages:
- generate
- build
......@@ -54,7 +57,7 @@ Build_Windows:
extends: .Build_Windows_
tags:
- windows
- unreal-4.27
- unreal
variables:
GIT_STRATEGY: none
GIT_CHECKOUT: "false"
......@@ -69,7 +72,8 @@ Build_Linux:
extends: .Build_Linux_
tags:
- linux
- unreal-4.27
- unreal
- docker-executor
variables:
GIT_STRATEGY: none
GIT_CHECKOUT: "false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment