Skip to content

DOC: Update url for Build GitHub Action #198

DOC: Update url for Build GitHub Action

DOC: Update url for Build GitHub Action #198

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-24.04
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
large-packages: false
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: prefix-dev/[email protected]
- name: Install cypress
run: |
sudo apt-get update
# https://docs.cypress.io/app/get-started/install-cypress#UbuntuDebian
sudo apt-get install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
pixi run pnpx cypress install
- name: Build Typescript
run: |
pixi run bindgen-build-typescript
- name: Build Python
run: |
pixi run bindgen-build-python
- name: Test TypeScript
run: |
pixi run test-typescript
- name: Test Python WASI
run: |
pixi run test-python-wasi