First Version of MacOS test

This commit is contained in:
Gadgeteer 2023-07-15 10:44:22 +01:00
parent 054a765eaa
commit b1d2777ad0
11 changed files with 23693 additions and 3 deletions

View file

@ -40,3 +40,15 @@ jobs:
run: |
cmake .
cmake --build .
build_macOS:
name: Mac
runs-on: macos-11
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
- name: Build
run: |
cmake -G "Xcode" -DOpenMP_C_FLAGS=/usr/local/opt/libomp -DOpenMP_omp_LIBRARY=/usr/local/opt/libomp -DOpenMP_CXX_FOUND=/usr/local/opt/libomp
cmake --build .