Skip to content

Commit

Permalink
Only build tests on windows.
Browse files Browse the repository at this point in the history
mdspan has issues in the plugin target, but not the test target
  • Loading branch information
tobiashienzsch committed Dec 16, 2023
1 parent 397d0af commit 7383d05
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
cancel-in-progress: true

env:
CMAKE_BUILD_PARALLEL_LEVEL: 3
CMAKE_GENERATOR: Ninja
HOMEBREW_NO_INSTALL_CLEANUP: 1
MACOSX_DEPLOYMENT_TARGET: "10.15"

Expand Down Expand Up @@ -40,19 +40,19 @@ jobs:
cmake_flags: '-D CMAKE_OSX_ARCHITECTURES="arm64;x86_64"'
cmake_targets: all

# - name: Windows MSVC
# os: windows-latest
# build_type: Release
# clang_version: ""
# cmake_flags: '-D CMAKE_CXX_FLAGS="/arch:AVX2"'
# cmake_targets: all
- name: Windows MSVC
os: windows-latest
build_type: Release
clang_version: ""
cmake_flags: '-D CMAKE_CXX_FLAGS="/arch:AVX2"'
cmake_targets: neo_dsp_tests

- name: Windows Clang
os: windows-latest
build_type: Release
clang_version: latest
cmake_flags: '-D CMAKE_CXX_FLAGS="-march=native"'
cmake_targets: all
cmake_targets: neo_dsp_tests

- name: Coverage Native
os: ubuntu-22.04
Expand Down

0 comments on commit 7383d05

Please sign in to comment.