passepartout-apple/scripts/build.sh
Davide De Rosa 35b1bfdfbe Do not reset after build
For proper tagging on submit.
2021-01-30 21:56:25 +01:00

8 lines
240 B
Bash
Executable File

#!/bin/sh
rm -rf build dist
scripts/commit-beta.sh
ci/beta-archive.sh mac || { echo "Failed to build macOS" ; exit 1 ; }
scripts/reset-archive.sh
ci/beta-archive.sh ios || { echo "Failed to build iOS" ; exit 1 ; }
#scripts/reset-archive.sh