Skip to content

Merge pull request #146 from sz3/mode-bm-encoder #15

Merge pull request #146 from sz3/mode-bm-encoder

Merge pull request #146 from sz3/mode-bm-encoder #15

Workflow file for this run

name: release
on:
push:
tags:
- '*'
jobs:
package-cimbar:
runs-on: ubuntu-latest
steps:
- name: Get the code
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Get openCV
run: |
git clone --recurse-submodules --depth 1 --branch 4.11.0 https://github.com/opencv/opencv.git opencv4
- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with:
image: emscripten/emsdk:3.1.69
options: -v ${{ github.workspace }}:/usr/src/app
shell: bash
run: |
bash /usr/src/app/package-wasm.sh
- name: Show results
run: ls -l web/
- name: Create release
uses: softprops/action-gh-release@v1
with:
draft: true
files: |
web/cimbar.asmjs.zip
web/cimbar.wasm.tar.gz
web/cimbar_js.html