CI: add windows
This commit is contained in:
@@ -37,4 +37,19 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: mac-bin
|
||||
path: bin/wren_cli
|
||||
path: bin/wren_cli
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: msbuild
|
||||
uses: microsoft/setup-msbuild@v1.1
|
||||
- name: build
|
||||
working-directory: ./projects/vs2019/
|
||||
run: msbuild ./wren_cli.vcxproj
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: windows-bin
|
||||
path: bin/wren_cli.exe
|
||||
Reference in New Issue
Block a user