Skip to content
Snippets Groups Projects

Develop

Merged Jan Delember requested to merge develop into master
3 files
+ 10
9
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
@@ -52,7 +52,7 @@ Build_Windows:
@@ -52,7 +52,7 @@ Build_Windows:
variables:
variables:
GIT_STRATEGY: none
GIT_STRATEGY: none
GIT_CHECKOUT: "false"
GIT_CHECKOUT: "false"
#CLIENT_CONFIG: "Debug"
#CLIENT_CONFIG: "DebugGame"
needs:
needs:
- job: "Generate_Project"
- job: "Generate_Project"
artifacts: true
artifacts: true
@@ -63,7 +63,7 @@ Build_CentOS:
@@ -63,7 +63,7 @@ Build_CentOS:
variables:
variables:
GIT_STRATEGY: none
GIT_STRATEGY: none
GIT_CHECKOUT: "false"
GIT_CHECKOUT: "false"
#CLIENT_CONFIG: "Debug"
#CLIENT_CONFIG: "DebugGame"
needs:
needs:
- job: "Generate_Project"
- job: "Generate_Project"
artifacts: true
artifacts: true
@@ -80,4 +80,4 @@ Build_CentOS:
@@ -80,4 +80,4 @@ Build_CentOS:
# extends: .Deploy_VRDev_
# extends: .Deploy_VRDev_
# needs:
# needs:
# - job: "Build_Windows"
# - job: "Build_Windows"
# artifacts: true
# artifacts: true
\ No newline at end of file
Loading