mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
15 lines
230 B
Bash
Executable file
15 lines
230 B
Bash
Executable file
#!/bin/bash -e
|
|
#
|
|
# script/build_artifacts
|
|
# mas
|
|
#
|
|
# Runs all related scripts for generating all artifacts.
|
|
#
|
|
|
|
VERSION=$(script/version)
|
|
|
|
echo "Building mas $VERSION artifacts"
|
|
|
|
script/clean
|
|
script/build --universal
|
|
script/package
|