Skip to content

Polygon and Triangle Support #51

Polygon and Triangle Support

Polygon and Triangle Support #51

Workflow file for this run

name: build-release
on:
push:
branches:
- 'feature/renderer-wasm-demo'
pull_request:
workflow_dispatch:
jobs:
build-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build demo with Emscripten
run: |
$GITHUB_WORKSPACE/ci/00_linux_setup.bash
$GITHUB_WORKSPACE/ci/10_linux_build.bash
- name: Release artifacts
uses: actions/[email protected]
with:
name: erdblick
path: |
build/index.html
build/index.css
build/index.js
build/deps
build/platform.js
build/styles
build/mapcomponent
build/images
build/libs/core/erdblick-core.*