Skip to content

add notes about demo 2 #3

add notes about demo 2

add notes about demo 2 #3

Workflow file for this run

name: CI build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Emscripten toolchain
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.71
- name: build
run: ./build.sh
build-rel:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Emscripten toolchain
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.71
- name: build-rel
run: CMAKE_BUILD_TYPE=Release ./build.sh