parent
4822fc167d
commit
c4520d0a72
@ -0,0 +1,23 @@ |
|||||||
|
name: MSVC Build |
||||||
|
|
||||||
|
on: |
||||||
|
push: |
||||||
|
branches: [ master ] |
||||||
|
pull_request: |
||||||
|
branches: [ master ] |
||||||
|
|
||||||
|
jobs: |
||||||
|
build: |
||||||
|
runs-on: windows-latest |
||||||
|
env: |
||||||
|
PYTHONIOENCODING: "utf-8" |
||||||
|
steps: |
||||||
|
- uses: actions/checkout@master |
||||||
|
- uses: actions/setup-python@v1 |
||||||
|
- uses: seanmiddleditch/gha-setup-vsdevenv@master |
||||||
|
- uses: BSFishy/meson-build@v1.0.1 |
||||||
|
with: |
||||||
|
action: test |
||||||
|
directory: _build |
||||||
|
options: --verbose --fatal-meson-warnings |
||||||
|
meson-version: 0.54.3 |
Loading…
Reference in new issue