Skip to content

WIP: Do not merge! Uses the N-Dekker/elastix fork of Matt's fork!!! #112

WIP: Do not merge! Uses the N-Dekker/elastix fork of Matt's fork!!!

WIP: Do not merge! Uses the N-Dekker/elastix fork of Matt's fork!!! #112

Workflow file for this run

name: WebAssembly
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
jobs:
build-wasm:
name: "build-test-wasm"
runs-on: ubuntu-22.04
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
- name: Install cypress deps
run: |
sudo apt-get update
# https://docs.cypress.io/guides/continuous-integration/introduction#Dependencies
sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: prefix-dev/setup-pixi@v0.8.1
- name: Build
run: |
pixi run build
- name: Test TypeScript
run: |
pixi run test-typescript
- name: Test Python WASI
run: |
pixi run test-python-wasi