Moving things around...

This commit is contained in:
Maurício Szabo 2022-10-26 13:08:55 -03:00 committed by Maurício Szabo
parent 76b5be8920
commit 219d85b902

View File

@ -116,6 +116,8 @@ intel_mac_task:
image: ghcr.io/cirruslabs/macos-monterey-base:latest
memory: 8G
prepare_script:
- sudo rm -rf /Library/Developer/CommandLineTools
- arch -x86_64 xcode-select --install
- echo A | softwareupdate --install-rosetta
- arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- export PATH="/usr/local/bin:$PATH"
@ -127,8 +129,6 @@ intel_mac_task:
- arch -x86_64 npx yarn build
- arch -x86_64 yarn run build:apm
dist_x86_binary_script:
- sudo rm -rf /Library/Developer/CommandLineTools
- arch -x86_64 xcode-select --install
- arch -x86_64 npx yarn dist || arch -x86_64 npx yarn dist
binary_artifacts:
path: ./binaries/*