Skip to content

Commit

Permalink
gh actions emsc: also build GLES2 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Feb 28, 2020
1 parent a62e0c7 commit c813e34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
run: python fips build sapp-webgl2-wasm-ninja-debug
- name: sapp-webgl2-wasm-ninja-release
run: python fips build sapp-webgl2-wasm-ninja-release
- name: wasm-ninja-debug
run: python fips build wasm-ninja-debug
- name: wasm-ninja-release
run: python fips build wasm-ninja-release
android:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c813e34

Please sign in to comment.