From ec0a2b9c054867962a280039f7e2c2ccd4e0d757 Mon Sep 17 00:00:00 2001 From: David Gilbert <gilbert@vr.rwth-aachen.de> Date: Fri, 15 Mar 2024 14:48:23 +0100 Subject: [PATCH] ci(docs): Adds same comments to ci file as the toolkit has --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87e1531..fd42142 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" -- GitLab