Skip to content

Commit

Permalink
needed more -D for cmake.
Browse files Browse the repository at this point in the history
	modified:   mac_cmake.yml
  • Loading branch information
davea42 committed Dec 6, 2023
1 parent 725369b commit 297b199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
permissions: read-all

jobs:
macos_meson:
macos_cmake:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -15,7 +15,7 @@ jobs:
- name: cmake
run: |
mkdir builddir && cd builddir
cmake -G Ninja -DBUILD_DWARFEXAMPLE=ON ../CMakeLists.txt
cmake -G Ninja -DDO_TESTING=YES -DBUILD_NON_SHARED=YES -DBUILD_SHARED=NO -DBUILD_DWARFEXAMPLE=ON ../CMakeLists.txt
ninja
ninja test

0 comments on commit 297b199

Please sign in to comment.