update github workflow for windows build
This commit is contained in:
parent
eb78802b5d
commit
a1009570cc
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 New Issue
Block a user