summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml252
1 files changed, 252 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dde9e7e..286c3a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,3 +56,255 @@ test:commands2:
variables:
srcbranch: curl-7_51_0
<<: *job-artifacts
+
+# zlib builds
+
+zlib_v1.2.1:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.1
+ - grep "1.2.1" /usr/local/spm/bin/zlib_v1.2.1/include/zlib.h
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.1
+ <<: *job-artifacts
+
+zlib_v1.2.1.2:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.1.2
+ - grep "1.2.1" /usr/local/spm/bin/zlib_v1.2.1.2/include/zlib.h
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.1.2
+ <<: *job-artifacts
+
+zlib_v1.2.2:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.2
+ - grep "1.2.2" /usr/local/spm/bin/zlib_v1.2.2/include/zlib.h
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.2
+ <<: *job-artifacts
+
+zlib_v1.2.2.4:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.2.4
+ - grep "1.2.2" /usr/local/spm/bin/zlib_v1.2.2.4/include/zlib.h
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.2.4
+ <<: *job-artifacts
+
+zlib_v1.2.3:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.3
+ - grep "1.2.3" /usr/local/spm/bin/zlib_v1.2.3/include/zlib.h
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.3
+ <<: *job-artifacts
+
+zlib_v1.2.3.9:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.3.9
+ - grep "1.2.3" /usr/local/spm/bin/zlib_v1.2.3.9/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.3.9
+ <<: *job-artifacts
+
+zlib_v1.2.4:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.4
+ - grep "1.2.4" /usr/local/spm/bin/zlib_v1.2.4/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.4
+ <<: *job-artifacts
+
+zlib_v1.2.4.5:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.4.5
+ - grep "1.2.4" /usr/local/spm/bin/zlib_v1.2.4.5/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.4.5
+ <<: *job-artifacts
+
+zlib_v1.2.5:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.5
+ - grep "1.2.5" /usr/local/spm/bin/zlib_v1.2.5/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.5
+ <<: *job-artifacts
+
+zlib_v1.2.5.3:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.5.3
+ - grep "1.2.5" /usr/local/spm/bin/zlib_v1.2.5.3/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.5.3
+ <<: *job-artifacts
+
+zlib_v1.2.6:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.6
+ - grep "1.2.6" /usr/local/spm/bin/zlib_v1.2.6/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.6
+ <<: *job-artifacts
+
+zlib_v1.2.6.1:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.6.1
+ - grep "1.2.6" /usr/local/spm/bin/zlib_v1.2.6.1/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.6.1
+ <<: *job-artifacts
+
+zlib_v1.2.7:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.7
+ - grep "1.2.7" /usr/local/spm/bin/zlib_v1.2.7/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.7
+ <<: *job-artifacts
+
+zlib_v1.2.7.1:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.7.1
+ - grep "1.2.7" /usr/local/spm/bin/zlib_v1.2.7.1/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.7.1
+ <<: *job-artifacts
+
+zlib_v1.2.7.3:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.7.3
+ - grep "1.2.7" /usr/local/spm/bin/zlib_v1.2.7.3/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.7.3
+ <<: *job-artifacts
+
+zlib_v1.2.8:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.8
+ - grep "1.2.8" /usr/local/spm/bin/zlib_v1.2.8/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.8
+ <<: *job-artifacts
+
+zlib_v1.2.9:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.9
+ - grep "1.2.9" /usr/local/spm/bin/zlib_v1.2.9/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: 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/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.10
+ - grep "1.2.10" /usr/local/spm/bin/zlib_v1.2.10/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: 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/copyspm.sh
+ - ./.ci/buildlib.sh zlib v1.2.11
+ - grep "1.2.11" /usr/local/spm/bin/zlib_v1.2.11/lib/pkgconfig/zlib.pc
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_v1.2.11
+ <<: *job-artifacts
+
+zlib_master:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib master
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_master
+ <<: *job-artifacts
+
+zlib_develop:
+ stage: build
+ script:
+ - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext
+ - ./.ci/copyspm.sh
+ - ./.ci/buildlib.sh zlib develop
+ - ./.ci/copyfinal.sh
+ variables:
+ installname: zlib_develop
+ <<: *job-artifacts