From b28650a5a108fc01998ec39802bb15d3c88b3727 Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Thu, 13 Feb 2025 10:37:31 -1000 Subject: [PATCH] ci: Build debug and release versions (#24) --- scripts/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index be392d7..50a9e73 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -13,5 +13,6 @@ fi # Run the tests. swift test -# Build the project. +# Build the project (debug and release). swift build +swift build -c release