diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e16a63..5ece8e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,7 +64,7 @@ zlib_v1.2.1: script: - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext - ./.ci/buildlib.sh zlib v1.2.1 - - grep "1.2.1" /usr/local/spm/bin/zlib_v1.2.1/lib/pkgconfig/zlib.pc + - grep "1.2.1" /usr/local/spm/bin/zlib_v1.2.1/include/zlib.h <<: *job-artifacts zlib_v1.2.1.2: @@ -72,7 +72,7 @@ zlib_v1.2.1.2: script: - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext - ./.ci/buildlib.sh zlib v1.2.1.2 - - grep "1.2.1" /usr/local/spm/bin/zlib_v1.2.1.2/lib/pkgconfig/zlib.pc + - grep "1.2.1" /usr/local/spm/bin/zlib_v1.2.1.2/include/zlib.h <<: *job-artifacts zlib_v1.2.2: @@ -80,7 +80,7 @@ zlib_v1.2.2: script: - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext - ./.ci/buildlib.sh zlib v1.2.2 - - grep "1.2.2" /usr/local/spm/bin/zlib_v1.2.2/lib/pkgconfig/zlib.pc + - grep "1.2.2" /usr/local/spm/bin/zlib_v1.2.2/include/zlib.h <<: *job-artifacts zlib_v1.2.2.4: @@ -88,7 +88,7 @@ zlib_v1.2.2.4: script: - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext - ./.ci/buildlib.sh zlib v1.2.2.4 - - grep "1.2.2" /usr/local/spm/bin/zlib_v1.2.2.4/lib/pkgconfig/zlib.pc + - grep "1.2.2" /usr/local/spm/bin/zlib_v1.2.2.4/include/zlib.h <<: *job-artifacts zlib_v1.2.3: @@ -96,7 +96,7 @@ zlib_v1.2.3: script: - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext - ./.ci/buildlib.sh zlib v1.2.3 - - grep "1.2.3" /usr/local/spm/bin/zlib_v1.2.3/lib/pkgconfig/zlib.pc + - grep "1.2.3" /usr/local/spm/bin/zlib_v1.2.3/include/zlib.h <<: *job-artifacts zlib_v1.2.3.9: |