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

Merge branch 'dev/5.3' of...

Merge branch 'dev/5.3' of git-ce.rwth-aachen.de:vr-vis/VR-Group/unreal-development/plugins/rwth-vr-cluster-plugin into dev/5.3
parents 70b58e70 4ac835be
No related branches found
No related tags found
No related merge requests found
Pipeline #350423 passed
......@@ -82,6 +82,12 @@ Generate_Project:
[refactor/plugin_separation@RWTHVRToolkit]='https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git'
)"
Generate_Project_Without_Toolkit:
extends: Generate_Project
variables:
GEN_DEPENDENCIES: "(
[master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git'
)"
Build_Windows:
rules:
......@@ -124,6 +130,12 @@ Build_Linux:
- job: "Generate_Project"
artifacts: true
Build_Linux_Without_Toolkit:
extends: Build_Linux
needs:
- job: "Generate_Project_Without_Toolkit"
artifacts: true
Deploy_Windows:
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