mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 20:08:21 +08:00
CI: add zlib-static into ci
This commit is contained in:
parent
86d229de9a
commit
199f8c6e0c
@ -39,6 +39,7 @@ variables:
|
||||
- /^devel-.*$/
|
||||
artifacts:
|
||||
paths:
|
||||
- yum install -y zlib-static
|
||||
- packaging/x86_64/*.rpm
|
||||
|
||||
.basepublishprerelease: &PRERELEASE
|
||||
@ -52,14 +53,11 @@ variables:
|
||||
- /^release-.*$/
|
||||
artifacts:
|
||||
paths:
|
||||
- yum install -y zlib-static
|
||||
- packaging/x86_64/*.rpm
|
||||
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
- publish
|
||||
- page
|
||||
|
||||
|
||||
test:centos:
|
||||
variables: {
|
||||
|
Loading…
Reference in New Issue
Block a user