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

ci(docs): Adds same comments to ci file as the toolkit has

parent 595c3d8f
No related branches found
No related tags found
No related merge requests found
Pipeline #374340 passed
......@@ -36,6 +36,8 @@ 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.
#
# Use the UNREAL_VERSION variable to adjust to your preferred Unreal version.
variables:
UNREAL_VERSION: "5.3"
......@@ -136,6 +138,7 @@ Build_Linux_Without_Toolkit:
- job: "Generate_Project_Without_Toolkit"
artifacts: true
# Deploys to vrdev
Deploy_Windows:
rules:
- if: $CI_PIPELINE_SOURCE == "web"
......@@ -145,6 +148,7 @@ Deploy_Windows:
- job: "Build_Windows"
artifacts: true
# Deploys to vrdemo instead of av006de. Use extends: .Deploy_CAVE_ to deploy to legacy av006de
Deploy_CAVE:
rules:
- if: $CI_PIPELINE_SOURCE == "web"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment