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