summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd135da..67a53ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,26 +33,3 @@ test:commands:
- ./.ci/run.sh ./clean.sh zlib
- ./.ci/run.sh ./updatesrc.sh zlib
<<: *job-artifacts
-
-# zlib builds
-
-zlib_v1.2.9:
- stage: build
- script:
- - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
- - ./.ci/buildlib.sh zlib v1.2.9
- <<: *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
-
-zlib_v1.2.11:
- stage: build
- script:
- - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
- - ./.ci/buildlib.sh zlib v1.2.11
- <<: *job-artifacts