CI: development [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-05-14 02:32:03 +03:00
parent fa59cbc871
commit fc1fa366d2

View File

@ -12,7 +12,7 @@ pushd "${WORKSPACE}/build"
cmake -D CMAKE_BUILD_TYPE=Debug $CMAKE_FLAGS ../sources
make re2_st # Generated headers
make -j $THREADS re2_st # Generated headers
jq --raw-output '.[] | .command' compile_commands.json | grep -v -P -- '-c .+/contrib/' | sed -r -e 's/-o\s+\S+/-fsyntax-only/' > syntax-commands
xargs --arg-file=syntax-commands --max-procs=$THREADS --replace /bin/sh -c "{}"