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

ci: small cleanup

parent ec0976ec
No related branches found
No related tags found
No related merge requests found
Pipeline #350410 failed
......@@ -83,20 +83,12 @@ Generate_Project:
)"
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_
extends: Generate_Project
variables:
RUN_SETUP: "false"
GEN_DEPENDENCIES: "(
[master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git'
)"
Build_Windows:
rules:
- if: $CI_PIPELINE_SOURCE == "web"
......@@ -138,24 +130,8 @@ Build_Linux:
- job: "Generate_Project"
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"
extends: Build_Linux
needs:
- job: "Generate_Project_Without_Toolkit"
artifacts: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment