Skip to content

Commit

Permalink
gh actions emsc: only build a GLES2-compatible sample
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Feb 28, 2020
1 parent c813e34 commit 1c4ccf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ jobs:
- 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
run: python fips make cube-emsc wasm-ninja-debug
- name: wasm-ninja-release
run: python fips build wasm-ninja-release
run: python fips make cube-emsc wasm-ninja-release
android:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1c4ccf3

Please sign in to comment.