summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2020-02-28 15:57:55 +0100
committerAndre Weissflog <floooh@gmail.com>2020-02-28 15:57:55 +0100
commit7233ab514a18e5f10da5ad3fddde82c98a604508 (patch)
tree92a30a700a763308083d9142622dd309ceea93ea /.github
parent541bba718f1b490bee0202c71a88b45daccc277d (diff)
gh actions emsc: only build a GLES2-compatible sample
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c44786d9..c57a7790 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -176,11 +176,11 @@ jobs:
- name: wasm-ninja-debug
run: |
cd workspace/sokol-samples
- python fips build wasm-ninja-debug
+ python fips make cube-emsc wasm-ninja-debug
- name: wasm-ninja-release
run: |
cd workspace/sokol-samples
- python fips build wasm-ninja-release
+ python fips make cube-emsc wasm-ninja-release
android:
runs-on: ubuntu-latest
steps: