summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 929b8c8..dd135da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,8 @@ variables:
when: always
expire_in: 3 months
+# self tests
+
test:commands:
stage: test
script:
@@ -32,11 +34,13 @@ test:commands:
- ./.ci/run.sh ./updatesrc.sh zlib
<<: *job-artifacts
-zlib_v1.2.11:
+# 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.11
+ - ./.ci/buildlib.sh zlib v1.2.9
<<: *job-artifacts
zlib_v1.2.10:
@@ -45,3 +49,10 @@ zlib_v1.2.10:
- ./.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