diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index feee318..929b8c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,3 +38,10 @@ zlib_v1.2.11: - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext - ./.ci/buildlib.sh zlib v1.2.11 <<: *job-artifacts + +zlib_v1.2.10: + stage: build + script: + - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext + - ./.ci/buildlib.sh zlib v1.2.10 + <<: *job-artifacts |