Skip to content

Commit

Permalink
ci: Build debug and release versions (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Feb 13, 2025
1 parent 30ba89e commit b28650a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b28650a

Please sign in to comment.