Skip to content

Commit

Permalink
Move windows release to clang and update PR/CI targets (#1122)
Browse files Browse the repository at this point in the history
- Windows clang for release stage
- Smaller CI MSVC stage
- Test the AU (mac) and VST3 (lin) and Standalone (win) in PR

Closes #1106
  • Loading branch information
baconpaul authored Aug 16, 2024
1 parent 39193ba commit 4e44cc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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

0 comments on commit 4e44cc7

Please sign in to comment.