Skip to content

Commit

Permalink
More windows fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Wilson <[email protected]>
  • Loading branch information
scott-wilson committed Jul 30, 2024
1 parent 34433b8 commit 84c794c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test_suite_c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
run: python install_package.py ninja
- name: Install meson
run: python -m pip install .[build]
- uses: ilammy/msvc-dev-cmd@v1
if: ${{ matrix.os == 'windows-latest' }}
- name: Meson Setup
run: meson setup build -Dtests=true -Db_coverage=true
- name: Meson Compile
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test_suite_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
run: python install_package.py ninja
- name: Install meson
run: python -m pip install .[build]
- uses: ilammy/msvc-dev-cmd@v1
if: ${{ matrix.os == 'windows-latest' }}
- name: Meson Setup
run: meson setup build -Dtests=true -Db_coverage=true
- name: Meson Compile
Expand All @@ -85,7 +87,7 @@ jobs:
working-directory: 'scripts'
run: python install_package.py lcov
- name: Run LCov
working-directory: bindings/c/build
working-directory: bindings/cpp/build
run: lcov -c -d . -o coverage.info
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
Expand Down

0 comments on commit 84c794c

Please sign in to comment.