summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Lup Yuen <luppy@appkaki.com>2020-08-17 11:02:30 (GMT)
committerGitHub <noreply@github.com>2020-08-17 11:02:30 (GMT)
commitcc1ec5061d6dadddccb209f9767b4a5c12deefed (patch)
tree1e3431b94dc0ff087cc85434c701c09de808b5bc
parentafcaa405054854b8790ca17fa0a69dd59e960948 (diff)
Added lvgl-wasm
-rw-r--r--.github/workflows/simulate.yml20
1 files changed, 19 insertions, 1 deletions
diff --git a/.github/workflows/simulate.yml b/.github/workflows/simulate.yml
index 66cbbe7..100845a 100644
--- a/.github/workflows/simulate.yml
+++ b/.github/workflows/simulate.yml
@@ -98,15 +98,33 @@ jobs:
cmake ..
cmake --build .
- - name: Build LVGL
+ - name: Checkout LVGL for WebAssembly
+ run: |
+ cd /tmp
+ git clone https://github.com/AppKaki/lvgl-wasm
+
+ - name: Copy Clock.cpp
+ run: |
+ echo TODO
+
+ - name: Build LVGL for WebAssembly
run: |
# Add emscripten and wabt to the PATH
source /tmp/emsdk/emsdk_env.sh
export PATH=$PATH:/tmp/wabt/build
# Build LVGL app: wasm/lvgl.html, lvgl.js, lvgl.wasm
+ cd /tmp/lvgl-wasm
wasm/lvgl.sh
+ - name: Copy to GitHub Pages
+ run: |
+ echo TODO
+
+ - name: Commit GitHub Pages
+ run: |
+ echo TODO
+
- name: Show files
run: set ; pwd ; ls -l