Skip to content

Commit

Permalink
CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jan 18, 2024
1 parent b1a395d commit ea92cef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ jobs:

- name: Build
shell: bash
run: cmake --build build --config Release --parallel 3 --target BYOD_Standalone BYOD_VST3 BYOD_CLAP BYOD_headless
run: cmake --build build --config Release --parallel 4 --target BYOD_Standalone BYOD_VST3 BYOD_CLAP

- name: Unit Tests
if: runner.os == 'Linux' || runner.os == 'MacOS'
run: build/BYOD --unit-tests --all
run: |
cmake --build build --config Release --parallel 4 --target BYOD_headless
build/BYOD --unit-tests --all
- name: Validate
if: runner.os == 'Windows' # || runner.os == 'MacOS'
Expand Down

0 comments on commit ea92cef

Please sign in to comment.