This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 4b7bf63 committed Feb 26, 2024 · 3 / 4
1 parent e7d4768 commit 4b7bf63 Copy full SHA for 4b7bf63
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
fail-fast : false # show all errors for each platform (vs. cancel jobs on error)
24
24
matrix :
25
25
include :
26
- - os : ubuntu-latest
26
+ - os : ubuntu-22.04
27
27
cmake_args : " -DCMAKE_CXX_COMPILER=g++-11"
28
28
- os : windows-2022
29
- cmake_args : " -G\" Ninja Multi-Config\" -DCMAKE_CXX_COMPILER =clang-cl -DCMAKE_C_COMPILER =clang-cl"
29
+ cmake_args : " -G\" Ninja Multi-Config\" -DCMAKE_C_COMPILER =clang-cl -DCMAKE_CXX_COMPILER =clang-cl"
30
30
- os : macos-13
31
31
cmake_args : " -DCMAKE_BUILD_TYPE=Release"
32
32
81
81
env :
82
82
CMAKE_ARGS : ${{ matrix.cmake_args }}
83
83
CONFIGURE_ADD_ONS_FLAG : " ${{ github.event_name != 'pull_request' && '-DBYOD_BUILD_ADD_ON_MODULES=ON' || '' }}"
84
+ shell : bash
84
85
run : cmake -Bbuild $CONFIGURE_ADD_ONS_FLAG $CMAKE_ARGS
85
86
86
87
- name : Build
88
+ shell : bash
87
89
run : cmake --build build --config Release --parallel 4 --target BYOD_Standalone BYOD_VST3 BYOD_CLAP
88
90
89
91
- name : Unit Tests
You can’t perform that action at this time.
0 commit comments