mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-12-27 05:48:20 +01:00
Add Windows CI target.
This commit is contained in:
parent
21823fb0d9
commit
1d22369c5e
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -40,3 +40,12 @@ jobs:
|
|||||||
run: make test
|
run: make test
|
||||||
- name: clang static analyzer
|
- name: clang static analyzer
|
||||||
run: make CC=clang "GHA_ERROR=::error::" clang
|
run: make CC=clang "GHA_ERROR=::error::" clang
|
||||||
|
|
||||||
|
build-windows:
|
||||||
|
|
||||||
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: devenv
|
||||||
|
run: devenv pdfio.sln /build
|
||||||
|
Loading…
Reference in New Issue
Block a user