summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLu Qiuwen <[email protected]>2018-11-20 10:44:09 +0800
committerLu Qiuwen <[email protected]>2018-11-20 10:44:09 +0800
commit5a3ad0aa42710b268ae8749409bbbe59d19d1f38 (patch)
treeac47d64bb8bcbd5ce29f0f743fc4f8b28383d3d5
parente2d63205109c5fc70c6da353f1b9fab93654951d (diff)
减少构建时间v4.2.42-20181120
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2906593..dad4418 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,6 +44,8 @@ build-debug:
variables:
BUILD_TYPE: "Debug"
BUILD_PREFIX: "/opt/dpdk-17.05-debug"
+ except:
+ - tags
build-release:
stage: build
@@ -54,6 +56,8 @@ build-release:
variables:
BUILD_TYPE: "RelWithDebInfo"
BUILD_PREFIX: "/opt/dpdk-17.05-rel"
+ except:
+ - tags
package-debug:
stage: package