update github workflow for windows build
This commit is contained in:
parent
eb78802b5d
commit
a1009570cc
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
|
- name: Build android-armv7a
|
||||||
run: |
|
run: |
|
||||||
scripts/build-android-armv7a.sh
|
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