From 937bc53f964dae02cddb76f058ae89527bc4cf54 Mon Sep 17 00:00:00 2001 From: luqiuwen Date: Fri, 22 Nov 2019 09:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Testing=E5=88=86=E6=94=AF?= =?UTF-8?q?=E7=9A=84RPM=E6=94=B6=E9=9B=86=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: