aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2020-02-28 14:34:11 +0100
committerAndre Weissflog <floooh@gmail.com>2020-02-28 14:34:11 +0100
commit7533f5e8263dbde1d2077f8442bc47fd0a0fe176 (patch)
tree6f91b77d70cd1adfab57fc02fbb9405d95680cc6 /.github/workflows
parent28fe6bb9702fc0b3eaef49cd42dbe7f31a08cacb (diff)
gh actions emsc: also build GLES2 configs
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 37edcfe9..c44786d9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -173,6 +173,14 @@ jobs:
run: |
cd workspace/sokol-samples
python fips build sapp-webgl2-wasm-ninja-release
+ - name: wasm-ninja-debug
+ run: |
+ cd workspace/sokol-samples
+ python fips build wasm-ninja-debug
+ - name: wasm-ninja-release
+ run: |
+ cd workspace/sokol-samples
+ python fips build wasm-ninja-release
android:
runs-on: ubuntu-latest
steps: