Skip to content

Commit

Permalink
CI: fix visual studio
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj committed Feb 28, 2021
1 parent fcc6e4b commit 20d807a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- name: Build with meson
run: |
meson setup builddir --buildtype=release -Dpython=python -Dpython-bindings=enabled -Dpython-numpy-bindings=${{ matrix.numpy }}
ninja -C builddir
ninja -C builddir test
ninja -C builddir dist
ninja -v -C builddir
ninja -v -C builddir test
ninja -v -C builddir dist
env:
CC: ${{ matrix.compiler }}
CXX: ${{ matrix.compiler }}
Expand Down

0 comments on commit 20d807a

Please sign in to comment.