Skip to content

Commit 71483fb

Browse files
committed
ci: move headerscheck, cpluspluscheck to meson
1 parent 42287a7 commit 71483fb

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.cirrus.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,17 +1101,10 @@ task:
11011101
###
11021102
always:
11031103
headers_headerscheck_script: |
1104-
mkdir build-ac && cd build-ac
1105-
time ../configure \
1106-
${LINUX_CONFIGURE_FEATURES} \
1107-
--without-icu \
1108-
--quiet \
1109-
CC="gcc" CXX="g++" CLANG="clang"
1110-
make -s -j${BUILD_JOBS} world-bin
1111-
time make -s headerscheck EXTRAFLAGS='-fmax-errors=10'
1104+
CC=gcc meson setup build-headerscheck -Dicu=disabled
1105+
ninja -C build-headerscheck headerscheck
11121106
headers_cpluspluscheck_script: |
1113-
cd build-ac
1114-
time make -s cpluspluscheck EXTRAFLAGS='-fmax-errors=10'
1107+
ninja -C build-headerscheck cpluspluscheck
11151108
11161109
always:
11171110
ccache_stats_end_script:

0 commit comments

Comments
 (0)