update github workflow for windows build
This commit is contained in:
parent
9f72b44328
commit
9df722c50b
1 changed files with 10 additions and 0 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -35,3 +35,13 @@ jobs:
|
|||
- name: Build android-armv7a
|
||||
run: |
|
||||
scripts/build-android-armv7a.sh
|
||||
|
||||
build-windows-i386:
|
||||
runs-on: windows-2016
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build windows-i386
|
||||
run: |
|
||||
./waf.bat configure -T debug
|
||||
./waf.bat build
|
||||
|
|
Loading…
Reference in a new issue