diff options
| author | yangwei <[email protected]> | 2023-08-25 19:23:09 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-08-25 19:23:09 +0800 |
| commit | f6d1f7b6f17eb0b537869f5a18853c141c0a28e9 (patch) | |
| tree | 08740114edc03cd0b4cce62ea5d6a9f3b959c8b4 /.gitlab-ci.yml | |
| parent | 10bb8f9fec35cf4a8860ac6a4add17cd57d05796 (diff) | |
🔧 build(CI): 增加BUILD_TEST,加壳流程设置为OFF
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 1 |
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" |
