summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70737e2..ca73546 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,12 +74,12 @@ develop_build_release:
- /^master.*$/i
-release_build_release:
+release_build_debug:
stage: build
variables:
- BUILD_TYPE: RelWithDebInfo
+ BUILD_TYPE: Debug
PACKAGE: 1
- UPLOAD: 1
+ UPLOAD_RPM: 1
PULP3_REPO_NAME: framework-stable-x86_64.el7
PULP3_DIST_NAME: framework-stable-x86_64.el7
extends: .build_by_travis
@@ -92,13 +92,14 @@ release_build_release:
except:
- /^v[0-9].*-testing$/i
-release_build_release_devel:
+release_build_release:
stage: build
variables:
BUILD_TYPE: RelWithDebInfo
- ENABLE_DEVEL_SWITCH: "ON"
PACKAGE: 1
- UPLOAD: 1
+ UPLOAD_RPM: 1
+ UPLOAD_SYMBOL_FILES: 1
+ SYMBOL_TARGET: libMESA_handle_logger
PULP3_REPO_NAME: framework-stable-x86_64.el7
PULP3_DIST_NAME: framework-stable-x86_64.el7
extends: .build_by_travis
@@ -111,12 +112,12 @@ release_build_release_devel:
except:
- /^v[0-9].*-testing$/i
-testing_build_release:
+testing_build_debug:
stage: build
variables:
- BUILD_TYPE: RelWithDebInfo
+ BUILD_TYPE: Debug
PACKAGE: 1
- UPLOAD: 1
+ UPLOAD_RPM: 1
PULP3_REPO_NAME: framework-testing-x86_64.el7
PULP3_DIST_NAME: framework-testing-x86_64.el7
extends: .build_by_travis
@@ -127,13 +128,12 @@ testing_build_release:
only:
- /^v[0-9].*-testing$/i
-testing_build_release_devel:
+testing_build_release:
stage: build
variables:
BUILD_TYPE: RelWithDebInfo
- ENABLE_DEVEL_SWITCH: "ON"
PACKAGE: 1
- UPLOAD: 1
+ UPLOAD_RPM: 1
PULP3_REPO_NAME: framework-testing-x86_64.el7
PULP3_DIST_NAME: framework-testing-x86_64.el7
extends: .build_by_travis