mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
[dev-run] minor
This commit is contained in:
parent
975c35214f
commit
c7e834a2fc
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ if [[ "$answer" = "y" ]]; then
|
|||
if [[ $CMAKENINJA ]]; then
|
||||
CTEST_OUTPUT_ON_FAILURE=1 CTEST_PARALLEL_LEVEL=5 ninja -Cbuild test
|
||||
else
|
||||
make -j5 check && .ci/fail.sh
|
||||
make -Cbuild -j5 check && .ci/fail.sh
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue