Files
librubberband/.github/workflows/windows-dotnet.yml
Workflow config file is invalid. Please check your config file: yaml: line 17: found a tab character where an indentation space is expected
2021-02-11 14:03:16 +00:00

21 lines
354 B
YAML

name: Windows CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: make
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
msbuild dotnet\rubberband.sln