summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-26 01:49:28 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-26 01:49:28 +0300
commit80c12650750c8f81bbde1588700361715524d7cc (patch)
tree9c491b61c5d3952e97cd31b6243ca4fd42b7043d /.gitlab-ci.yml
parent2a084915b3698f479492b18afdcde66c6cebe977 (diff)
downloadspm-80c12650750c8f81bbde1588700361715524d7cc.tar.gz
spm-80c12650750c8f81bbde1588700361715524d7cc.tar.bz2
spm-80c12650750c8f81bbde1588700361715524d7cc.tar.xz
spm-80c12650750c8f81bbde1588700361715524d7cc.zip
Remove zlib builds from .gitlab-ci.yml
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