mas/script/build

16 lines
246 B
Text
Raw Normal View History

2019-01-03 23:30:33 +00:00
#!/bin/bash -e
#
# script/build
# mas
#
2021-04-28 21:49:54 +00:00
# Builds the Swift Package.
#
2021-04-28 21:49:54 +00:00
echo "==> 🏗️ Building mas ($(script/version))"
swift build \
--configuration release \
--arch arm64 \
--arch x86_64 \
--disable-sandbox \
--manifest-cache none