Add cairo #373
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: run with pixi | |
on: | |
push: | |
branches: | |
- 'main' | |
paths-ignore: | |
- 'recipes/**' | |
- 'docs/**' | |
pull_request: | |
paths-ignore: | |
- 'recipes/**' | |
- 'docs/**' | |
jobs: | |
build_simple_with_pixi: | |
runs-on: ubuntu-latest | |
env: | |
TARGET_PLATFORM: emscripten-wasm32 | |
GITHUB_OWNER: "emscripten-forge" | |
strategy: | |
fail-fast: false | |
steps: | |
################################################################ | |
# SETUP | |
################################################################ | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
################################################################ | |
# CONFIG | |
################################################################ | |
- uses: prefix-dev/setup-pixi@v0.6.0 | |
with: | |
pixi-version: v0.20.1 | |
- run: | | |
pixi run setup | |
pixi run build-emscripten-wasm32-pkg recipes/recipes_emscripten/regex | |
pixi run build-emscripten-wasm32-pkg test_recipes/only_py_tests |