File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
.test :
2
2
# Reuse libxml2 image
3
3
image : registry.gitlab.gnome.org/gnome/libxml2
4
+ variables :
5
+ BASE_CONFIG : " --with-crypto --with-modules --with-debug --with-debugger"
4
6
script :
5
7
- sh .gitlab-ci/test.sh
6
8
@@ -67,8 +69,6 @@ mingw:w64-x86_64:shared:
67
69
68
70
.cmake:linux :
69
71
image : registry.gitlab.gnome.org/gnome/libxml2
70
- variables :
71
- CMAKE_OPTIONS : -DLIBXSLT_WITH_CRYPTO=ON
72
72
script :
73
73
- sh .gitlab-ci/test_cmake.sh
74
74
artifacts :
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ sh ../autogen.sh \
14
14
--with-crypto \
15
15
--with-plugins \
16
16
--with-libxml-src=../libxml2 \
17
- $CONFIG
17
+ $BASE_CONFIG $ CONFIG
18
18
make -j$( nproc) V=1 CFLAGS=" $CFLAGS -Werror"
19
19
make -s CFLAGS=" $CFLAGS -Werror" check
Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ cmake "$@" \
19
19
-DCMAKE_INSTALL_PREFIX=libxslt-install \
20
20
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
21
21
-DCMAKE_C_FLAGS=' -Werror' \
22
+ -DLIBXSLT_WITH_CRYPTO=ON \
22
23
-DLIBXSLT_WITH_MODULES=ON \
24
+ -DLIBXSLT_WITH_DEBUG=ON \
25
+ -DLIBXSLT_WITH_DEBUGGER=ON \
23
26
$CMAKE_OPTIONS \
24
27
-S . -B libxslt-build
25
28
cmake --build libxslt-build --target install
You can’t perform that action at this time.
0 commit comments