Skip to content

Commit

Permalink
Merge pull request #10 from naviqore/feature/clean-up-project-structure
Browse files Browse the repository at this point in the history
Feature/clean up project structure
  • Loading branch information
Brunner246 authored Aug 16, 2024
2 parents 8bb1bfc + 3ce7673 commit 4ca15e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest] # , macos-latest
os: [windows-latest] # , ubuntu-latest , macos-latest
include:
- os: windows-latest
compiler: msvc
- os: ubuntu-latest
compiler: gcc
# - os: macos-latest
# compiler: clang
# - os: ubuntu-latest
# compiler: gcc
# - os: macos-latest
# compiler: clang
steps:
- name: Checkout code
uses: actions/[email protected]
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Test
run: |
cmake --build build --target test
cmake --build build --target test

0 comments on commit 4ca15e0

Please sign in to comment.