Windows build: first try

This commit is contained in:
Fabien LOISON 2021-02-15 17:17:45 +01:00
parent 6e2ef9526b
commit 25e678fcb0
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 31 additions and 0 deletions

31
.github/workflows/winbuild.yml vendored Normal file
View File

@ -0,0 +1,31 @@
name: "Windows Build"
on: [push]
jobs:
winbuild:
runs-on: windows-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
- name: "Set up Python"
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: "Install Python dependencies"
run: |
call winbuild\builddist.bat
- name: Archive Windows Build
uses: actions/upload-artifact@v2
with:
name: yoga-win-build
path: yogawin.dist