Skip to content
Snippets Groups Projects

Develop

Merged Jan Delember requested to merge develop into master
2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline

Files

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