Fix macOS CI step
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
8aa100d4c2
commit
5307b9f540
1 changed files with 2 additions and 9 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
|
@ -220,15 +220,8 @@ jobs:
|
||||||
mkdir -p jucewrapper/build
|
mkdir -p jucewrapper/build
|
||||||
pushd jucewrapper/build; cmake -DCMAKE_BUILD_TYPE=Release .. && make VERBOSE=1 -j $(sysctl -n hw.logicalcpu); popd
|
pushd jucewrapper/build; cmake -DCMAKE_BUILD_TYPE=Release .. && make VERBOSE=1 -j $(sysctl -n hw.logicalcpu); popd
|
||||||
mv jucewrapper/build/*_artefacts/Release/AU/*.component bin/
|
mv jucewrapper/build/*_artefacts/Release/AU/*.component bin/
|
||||||
- name: Build macOS (intel packaging)
|
- name: Build macOS (packaging)
|
||||||
if: ${{ steps.cache.outputs.cache-hit == 'true' && matrix.target == 'intel' }}
|
if: steps.cache.outputs.cache-hit == 'true'
|
||||||
env:
|
|
||||||
MACOS_ARCHS: 'x86_64'
|
|
||||||
run: |
|
|
||||||
source deps/PawPaw/local.env macos-${{ matrix.target }}
|
|
||||||
./utils/create-macos-installer.sh
|
|
||||||
- name: Build macOS (universal packaging)
|
|
||||||
if: ${{ steps.cache.outputs.cache-hit == 'true' && matrix.target == 'universal' }}
|
|
||||||
env:
|
env:
|
||||||
MACOS_ARCHS: 'arm64,x86_64'
|
MACOS_ARCHS: 'arm64,x86_64'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue