From 06c6f9a971be5239ebfbac6aaa757a86085c1598 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 6 Oct 2022 07:14:23 -0400 Subject: Enable verbose build for CI That way we can always ensure that the right compiler flags are being used if there is an issue. --- build-scripts/build-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-scripts/build-linux') diff --git a/build-scripts/build-linux b/build-scripts/build-linux index ced4bbc8..3c0de7f0 100755 --- a/build-scripts/build-linux +++ b/build-scripts/build-linux @@ -6,7 +6,7 @@ sudo apt-get -y install \ libssl-dev libtiff-tools ghostscript cmake -S . -B build -DCI_MODE=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DREQUIRE_CRYPTO_OPENSSL=1 -DREQUIRE_CRYPTO_GNUTLS=1 -cmake --build build -j$(nproc) -- -k +cmake --build build --verbose -j$(nproc) -- -k cd build # Make sure char is signed by default -- see also test-unsigned-char ./qpdf/test_char_sign | grep 'char is signed' -- cgit v1.2.3-54-g00ecf