From 6cb6a2dce50dde6ba28b766a68238a614ef8ab2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A8=81?= Date: Tue, 21 May 2019 13:05:38 +0800 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c97257e..348cb43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: "git.mesalab.cn:7443/mesa_framework/framework-build-env:master" stages: - build #- test -- package +#- package #- release build: @@ -12,6 +12,7 @@ build: - cd build - cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_PREFIX_PATH=$BUILD_PREFIX - make + - make package tags: - share variables: @@ -19,17 +20,7 @@ build: BUILD_PREFIX: "/opt/MESA/" except: - tags - -package: - stage: package - extends: build - script: - - make package artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-debug" paths: - - ./build/*.rpm - tags: - - share - except: - - tags \ No newline at end of file + - ./build/*.rpm \ No newline at end of file