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

Update .gitlab-ci.yml file

parent c1360b09
No related branches found
No related tags found
No related merge requests found
Pipeline #350408 failed
...@@ -82,6 +82,20 @@ Generate_Project: ...@@ -82,6 +82,20 @@ Generate_Project:
[refactor/plugin_separation@RWTHVRToolkit]='https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git' [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:
rules:
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
extends: .Generate_Project_
variables:
RUN_SETUP: "false"
GEN_DEPENDENCIES: "(
[master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git'
)"
Build_Windows: Build_Windows:
rules: rules:
...@@ -124,6 +138,28 @@ Build_Linux: ...@@ -124,6 +138,28 @@ Build_Linux:
- job: "Generate_Project" - job: "Generate_Project"
artifacts: true artifacts: true
Build_Linux_Without_Toolkit:
rules:
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
extends: .Build_Linux_
tags:
- linux
- unreal
- docker-executor
variables:
GIT_STRATEGY: none
GIT_CHECKOUT: "false"
# CLIENT_CONFIG: "Shipping"
CLIENT_CONFIG: "DebugGame"
needs:
- job: "Generate_Project_Without_Toolkit"
artifacts: true
Deploy_Windows: Deploy_Windows:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "web" - 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