Try the macOS universal build
This commit is contained in:
parent
b0e4fb316a
commit
15628e1329
2 changed files with 5 additions and 3 deletions
|
|
@ -3,8 +3,8 @@ configuration: Release
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- job_name: macOS Mojave
|
- job_name: macOS
|
||||||
appveyor_build_worker_image: macos-mojave
|
appveyor_build_worker_image: macos
|
||||||
INSTALL_DIR: sfizz-$(APPVEYOR_REPO_TAG_NAME)-macos
|
INSTALL_DIR: sfizz-$(APPVEYOR_REPO_TAG_NAME)-macos
|
||||||
|
|
||||||
- job_name: Windows x86
|
- job_name: Windows x86
|
||||||
|
|
@ -31,11 +31,12 @@ environment:
|
||||||
for:
|
for:
|
||||||
- matrix:
|
- matrix:
|
||||||
only:
|
only:
|
||||||
- job_name: macOS Mojave
|
- job_name: macOS
|
||||||
init:
|
init:
|
||||||
- system_profiler SPSoftwareDataType
|
- system_profiler SPSoftwareDataType
|
||||||
- cmake --version
|
- cmake --version
|
||||||
- gcc -v
|
- gcc -v
|
||||||
|
- xcodebuild -version
|
||||||
install:
|
install:
|
||||||
- chmod +x ${APPVEYOR_BUILD_FOLDER}/scripts/appveyor/install.sh
|
- chmod +x ${APPVEYOR_BUILD_FOLDER}/scripts/appveyor/install.sh
|
||||||
- ${APPVEYOR_BUILD_FOLDER}/scripts/appveyor/install.sh
|
- ${APPVEYOR_BUILD_FOLDER}/scripts/appveyor/install.sh
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ set -ex
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
mkdir -p build/${INSTALL_DIR} && cd build
|
mkdir -p build/${INSTALL_DIR} && cd build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
|
||||||
-DSFIZZ_VST=ON \
|
-DSFIZZ_VST=ON \
|
||||||
-DSFIZZ_AU=ON \
|
-DSFIZZ_AU=ON \
|
||||||
-DSFIZZ_RENDER=OFF \
|
-DSFIZZ_RENDER=OFF \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue