2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-31 10:58:25 +00:00

Convert build-mac to use cmake

This commit is contained in:
Jay Berkenbilt 2022-03-12 07:27:56 -05:00 committed by Jay Berkenbilt
parent 8703e6253d
commit ab467e1f01

View File

@ -8,6 +8,6 @@ cd jpeg-*
make -k
sudo make install
cd ..
./configure --enable-werror --enable-show-failed-test-output
make -j$(nproc) -k
make -k check
cmake -S . -B build -DCI_MODE=1 -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(sysctl -n hw.ncpu) -- -k
(cd build; ctest --verbose)