mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
gitlab-ci: Use forked branch for XML::LibXML
This commit is contained in:
parent
bde22ce8a8
commit
98776424a8
@ -9,10 +9,10 @@ srcdir=$(pwd)
|
||||
incdir=$srcdir/include
|
||||
libdir=$srcdir/.libs
|
||||
|
||||
curl -L https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0210.tar.gz |tar xz
|
||||
cd XML-LibXML-2.0210
|
||||
git clone --depth 1 -b test-suite-libxml2 \
|
||||
https://github.com/nwellnhof/perl-XML-LibXML.git
|
||||
cd perl-XML-LibXML
|
||||
|
||||
perl Makefile.PL INC="-I$incdir" LIBS="-L$libdir -lxml2"
|
||||
make
|
||||
# Known to fail
|
||||
LD_LIBRARY_PATH=$libdir make test || true
|
||||
make test
|
||||
|
Loading…
x
Reference in New Issue
Block a user