diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-01-25 21:39:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-01-25 21:39:59 +0300 |
commit | 37db5ce4cb2d772ce00965e4de8a701c4774be8f (patch) | |
tree | 9289578d39d4561b96769006ab39b1af80febd27 | |
parent | 44031d0944470e179e2c1a2990965749dfcb7fd3 (diff) | |
download | spm-libxml2.tar.gz spm-libxml2.tar.bz2 spm-libxml2.tar.xz spm-libxml2.zip |
Remove compilation for old libxml2 versionlibxml2
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4c8a7f..819fa8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,8 @@ libxml2_v2.9.4: installname: libxml2_v2.9.4 <<: *job-artifacts -libxml2_v2.9.0: +# failed compilation without old libicu +.libxml2_v2.9.0: stage: build script: - ./.ci/install.sh git-core bash gcc g++ make autoconf automake autopoint gettext pkg-config |