Skip to content

Commit

Permalink
Try the macOS universal build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima committed Mar 23, 2021
1 parent b0e4fb3 commit 15628e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ configuration: Release

environment:
matrix:
- job_name: macOS Mojave
appveyor_build_worker_image: macos-mojave
- job_name: macOS
appveyor_build_worker_image: macos
INSTALL_DIR: sfizz-$(APPVEYOR_REPO_TAG_NAME)-macos

- job_name: Windows x86
Expand All @@ -31,11 +31,12 @@ environment:
for:
- matrix:
only:
- job_name: macOS Mojave
- job_name: macOS
init:
- system_profiler SPSoftwareDataType
- cmake --version
- gcc -v
- xcodebuild -version
install:
- chmod +x ${APPVEYOR_BUILD_FOLDER}/scripts/appveyor/install.sh
- ${APPVEYOR_BUILD_FOLDER}/scripts/appveyor/install.sh
Expand Down
1 change: 1 addition & 0 deletions scripts/appveyor/before_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -ex
git submodule update --init --recursive
mkdir -p build/${INSTALL_DIR} && cd build
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-DSFIZZ_VST=ON \
-DSFIZZ_AU=ON \
-DSFIZZ_RENDER=OFF \
Expand Down

0 comments on commit 15628e1

Please sign in to comment.