mirror of
https://github.com/pkgconf/pkgconf.git
synced 2026-01-26 08:07:53 +00:00
github: run non-kyua tests on Windows
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
This commit is contained in:
parent
9a687744e8
commit
0376cc9142
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -35,9 +35,14 @@ jobs:
|
||||
# the code assumes msvc style printf atm
|
||||
export CFLAGS=-D__USE_MINGW_ANSI_STDIO=0
|
||||
|
||||
meson -Dtests=disabled _build
|
||||
meson _build
|
||||
meson compile -C _build msi
|
||||
|
||||
- name: Run tests
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
meson test -v -C _build
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user