diff options
| author | Lu Qiuwen <[email protected]> | 2018-11-20 10:44:09 +0800 |
|---|---|---|
| committer | Lu Qiuwen <[email protected]> | 2018-11-20 10:44:09 +0800 |
| commit | 5a3ad0aa42710b268ae8749409bbbe59d19d1f38 (patch) | |
| tree | ac47d64bb8bcbd5ce29f0f743fc4f8b28383d3d5 | |
| parent | e2d63205109c5fc70c6da353f1b9fab93654951d (diff) | |
减少构建时间v4.2.42-20181120
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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 |
