We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42287a7 commit 71483fbCopy full SHA for 71483fb
.cirrus.yml
@@ -1101,17 +1101,10 @@ task:
1101
###
1102
always:
1103
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'
+ CC=gcc meson setup build-headerscheck -Dicu=disabled
+ ninja -C build-headerscheck headerscheck
1112
headers_cpluspluscheck_script: |
1113
- cd build-ac
1114
- time make -s cpluspluscheck EXTRAFLAGS='-fmax-errors=10'
+ ninja -C build-headerscheck cpluspluscheck
1115
1116
1117
ccache_stats_end_script:
0 commit comments