Skip to content

Commit 564fa81

Browse files
committed
release: add script to build release artifacts for macOS
1 parent eccf489 commit 564fa81

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

release-macos.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/env bash
2+
# This Source Code Form is subject to the terms of the Mozilla Public
3+
# License, v. 2.0. If a copy of the MPL was not distributed with this
4+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
5+
6+
set -eo pipefail
7+
8+
export PYBUILD_RELEASE_TAG=$(date -u '+%Y%m%dT%H%M')
9+
10+
./build-macos.py --python cpython-3.7 --optimizations debug
11+
./build-macos.py --python cpython-3.7 --optimizations pgo
12+
./build-macos.py --python cpython-3.8 --optimizations debug
13+
./build-macos.py --python cpython-3.8 --optimizations pgo

0 commit comments

Comments
 (0)