mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
[build] Do not build tests on release
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -33,7 +33,9 @@ while getopts ":cdrRxtagjlp:n:" opt; do
|
||||
CMAKE_CONFIG="${CMAKE_CONFIG:-} -DNJOBS=${OPT_NJOBS}"
|
||||
;;
|
||||
p) OPT_PATH="$OPTARG" ;;
|
||||
r) OPT_RELEASE=1 ;;
|
||||
r) OPT_RELEASE=1
|
||||
CMAKE_CONFIG="${CMAKE_CONFIG:-} -DSKIP_TESTS=1"
|
||||
;;
|
||||
R) OPT_RELEASEDEBUGINFO=1 ;;
|
||||
t) OPT_DESIGNER=1 ;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user