Skip to content

Commit

Permalink
Added macos and swicthed linux to ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed May 23, 2024
1 parent 4381c34 commit e8242d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
include:
- name: linux
os: ubuntu-latest
# - name: macOS
# os: macos-latest
# generator: "-G Xcode"
- name: macOS
os: macos-latest
generator: "Ninja"

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -28,4 +28,4 @@ jobs:
- name: "Build and test"
shell: bash
run: |
ctest --build-and-test . ./build_$OSTYPE --build-generator "Unix Makefiles" --test-command ctest --verbose
ctest --build-and-test . ./build_$OSTYPE --build-generator ${{ matrix.generator }} --test-command ctest --verbose

0 comments on commit e8242d4

Please sign in to comment.