diff options
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dde9e7e..a3e2fb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,3 +56,12 @@ test:commands2: variables: srcbranch: curl-7_51_0 <<: *job-artifacts + +# zlib_ng builds + +zlib_ng_develop: + stage: build + script: + - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext + - ./.ci/buildlib.sh zlib_ng develop + <<: *job-artifacts |