Skip to content

Commit

Permalink
GHI #20 Minor fix for workflow, 23/...
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Oct 30, 2023
1 parent 6442e97 commit 2aaf7ce
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- os: windows-latest
preset: patomic-ci-windows-msvc -A x64
- os: macos-latest
preset: patomic-ci-macos-clang
preset: patomic-ci-unix-clang
- os: ubuntu-latest
preset: patomic-ci-clang
preset: patomic-ci-unix-clang
- os: ubuntu-latest
preset: patomic-ci-clang-ansi
preset: patomic-ci-unix-clang-ansi
- os: ubuntu-latest
preset: patomic-ci-gcc
preset: patomic-ci-unix-gcc
- os: ubuntu-latest
preset: patomic-ci-gcc-ansi
preset: patomic-ci-unix-gcc-ansi
# verbose labels make things easier to read in GitHub Actions
build-type:
- debug
Expand All @@ -35,7 +35,6 @@ jobs:
- shared
# convert matrix options to cmake options
include:
# convert matrix options to cmake options
- build-type: debug
cmake-build-type: Debug
- build-type: release
Expand Down

0 comments on commit 2aaf7ce

Please sign in to comment.