diff options
| author | luqiuwen <[email protected]> | 2019-11-22 09:46:20 +0800 |
|---|---|---|
| committer | luqiuwen <[email protected]> | 2019-11-22 09:46:20 +0800 |
| commit | 937bc53f964dae02cddb76f058ae89527bc4cf54 (patch) | |
| tree | a1fa11c6476b0154c7e0b677b0cb4aee41c4634c | |
| parent | 40b198187ee7d42b4f3dd3cb426843be3eea7afa (diff) | |
增加Testing分支的RPM收集配置
| -rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd56051..11fe11d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,10 @@ testing_version_build_debug: UPLOAD_SYMBOL_FILES: 1 BUILD_TYPE: Debug PACKAGE: 1 + artifacts: + name: "tfe-testing-$CI_COMMIT_REF_NAME-debug" + paths: + - build/*.rpm only: - /^develop-.*$/i - /^release-.*$/i @@ -68,6 +72,10 @@ testing_version_build_release: UPLOAD_SYMBOL_FILES: 1 BUILD_TYPE: RelWithDebInfo PACKAGE: 1 + artifacts: + name: "tfe-testing-$CI_COMMIT_REF_NAME-release" + paths: + - build/*.rpm only: - /^develop-.*$/i - /^release-.*$/i @@ -96,7 +104,7 @@ product_build_release: PACKAGE: 1 extends: .build_by_travis artifacts: - name: "tfe-install-$CI_COMMIT_REF_NAME-debug" + name: "tfe-install-$CI_COMMIT_REF_NAME-release" paths: - build/*.rpm only: |
