Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-14 19:41:23 +01:00
parent e6c91bfa26
commit 4a2cc44f65
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 20 additions and 356 deletions

View file

@ -4,7 +4,7 @@ on:
push:
env:
CACHE_VERSION: 21
CACHE_VERSION: 22
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1
LIBGL_ALWAYS_SOFTWARE: 'true'
@ -444,6 +444,8 @@ jobs:
make features
make CIBUILD=true NOOPT=true WITH_LTO=true -j $(sysctl -n hw.logicalcpu)
- name: Build macOS intel (AU using juce)
env:
MACOSX_DEPLOYMENT_TARGET: '10.8'
run: |
pushd deps/PawPaw; source local.env macos; popd
git clone --depth=1 -b master https://github.com/juce-framework/JUCE.git jucewrapper/JUCE
@ -531,6 +533,8 @@ jobs:
make features
make CIBUILD=true NOOPT=true WITH_LTO=true -j $(sysctl -n hw.logicalcpu)
- name: Build macOS universal (AU using juce)
env:
MACOSX_DEPLOYMENT_TARGET: '10.12'
run: |
pushd deps/PawPaw; source local.env macos-universal; popd
git clone --depth=1 -b master https://github.com/juce-framework/JUCE.git jucewrapper/JUCE