summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authoryangwei <[email protected]>2023-08-25 19:23:09 +0800
committeryangwei <[email protected]>2023-08-25 19:23:09 +0800
commitf6d1f7b6f17eb0b537869f5a18853c141c0a28e9 (patch)
tree08740114edc03cd0b4cce62ea5d6a9f3b959c8b4 /.gitlab-ci.yml
parent10bb8f9fec35cf4a8860ac6a4add17cd57d05796 (diff)
🔧 build(CI): 增加BUILD_TEST,加壳流程设置为OFF
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a952165..198506b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -207,6 +207,7 @@ release_build_release_for_centos8:
stage: envelope
extends: .build_by_travis_for_centos8
variables:
+ BUILD_TEST : "OFF"
BUILD_TYPE: RelWithDebInfo
MEM_POOL: JEMALLOC_STATIC
HASP_ENABLED: "ON"