From d0b6f217ae4743ee0caa44b90c53e0e8ae2d1e31 Mon Sep 17 00:00:00 2001 From: ROllerozxa Date: Mon, 9 Jan 2023 20:34:13 +0100 Subject: Add option to exclude Development Test from release packages (#13081) * `INSTALL_DEVTEST` is the option name --- .github/workflows/macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index edc6630c0..ba5a2d91e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -46,7 +46,8 @@ jobs: -DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 \ -DCMAKE_FIND_FRAMEWORK=LAST \ -DCMAKE_INSTALL_PREFIX=../build/macos/ \ - -DRUN_IN_PLACE=FALSE -DENABLE_GETTEXT=TRUE + -DRUN_IN_PLACE=FALSE -DENABLE_GETTEXT=TRUE \ + -DINSTALL_DEVTEST=TRUE make -j2 make install -- cgit v1.2.3