Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release clang (not merge ready yet) #1122

Merged
merged 3 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
include:
- name: "windows msvc"
- name: "windows msvc (core subset)"
os: windows-latest
target: scxt_clapfirst_Standalone
target: scxt-core
cmakeConfig: -A x64
runTests: false

Expand All @@ -27,13 +27,13 @@ jobs:

- name: "mac standalone"
os: macos-latest
target: scxt_clapfirst_Standalone
target: scxt_clapfirst_AU
cmakeConfig: -GNinja
runTests: true

- name: "ubuntu standalone"
os: ubuntu-latest
target: scxt_clapfirst_Standalone
target: scxt_clapfirst_VST3
cmakeConfig: -GNinja
runTests: true

Expand Down Expand Up @@ -81,5 +81,5 @@ jobs:
username: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}
cmakeArgs: -DCMAKE_BUILD_TYPE=Debug -GNinja
target: shortcircuit-products
target: scxt_clapfirst_Standalone

4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
matrix:
include:
- os: windows-latest
#cmakeArgs: -G"Unix Makefiles" -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang
cmakeArgs: -A x64
cmakeArgs: -GNinja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang

- os: macos-latest
cmakeArgs: -GNinja -D"CMAKE_OSX_ARCHITECTURES=arm64;x86_64"
steps:
Expand Down
Loading