Skip to content

Commit

Permalink
Update fauck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Nov 5, 2023
1 parent 958bafe commit 471de03
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/fauck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,20 @@ jobs:
include:
- name: ubuntu-x86_64
os: ubuntu-20.04
LIBFAUST_DIR: thirdparty/libfaust/ubuntu-x86_64/Release
CMAKE_OSX_ARCHITECTURES: "x86_64"
- name: macos-x86_64
os: macos-11
LIBFAUST_DIR: thirdparty/libfaust/darwin-x64/Release
CMAKE_OSX_ARCHITECTURES: "x86_64"
# - name: macos-arm64
# os: macos-11
# LIBFAUST_DIR: thirdparty/libfaust/darwin-arm64/Release
# CMAKE_OSX_ARCHITECTURES: "arm64"
- name: win64
os: windows-2022
LIBFAUST_DIR: thirdparty/libfaust/win64/Release
CMAKE_OSX_ARCHITECTURES: "x86_64"

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -76,7 +86,7 @@ jobs:
- name: Build FaucK Release
run: |
cmake -Bbuild -DCMAKE_VERBOSE_MAKEFILE=ON
cmake --build build --config Release
cmake --build build --config Release -DLIBFAUST_DIR=${{ github.workspace }}/${{ matrix.LIBFAUST_DIR }} -DCMAKE_OSX_ARCHITECTURES=${{ matrix.CMAKE_OSX_ARCHITECTURES }}
cmake --build build --config Release --target install
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 471de03

Please sign in to comment.