]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Disable building test on macOS binaries (#1426)
authorRaihaan Shouhell <raihaanhimself@gmail.com>
Sat, 13 Apr 2024 14:42:33 +0000 (22:42 +0800)
committerGitHub <noreply@github.com>
Sat, 13 Apr 2024 14:42:33 +0000 (16:42 +0200)
We don't run the tests when building macOS universal binaries as it's
covered elsewhere so we can save some compile time by removing test
builds.

ci/build-macos-binary

index d26e511123134240419d16d81feb95f81d63a433..f2e8804047497783e47344c1ad863a18b0396c98 100755 (executable)
@@ -12,6 +12,7 @@ build() {
         -DCMAKE_OSX_DEPLOYMENT_TARGET="10.15" \
         -DCMAKE_OSX_ARCHITECTURES="$1" \
         -DCMAKE_SYSTEM_PROCESSOR="$1" \
+        -DENABLE_TESTING=OFF \
         ..
     cmake --build .
     cd ..