Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 17 additions & 5 deletions recipes/mist/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,41 @@
context:
version: "25.5.0"
version: "25.7.0"
mojo_version: "=0.25.7"

package:
name: "mist"
version: ${{ version }}

source:
- git: https://github.com/thatstoasty/mist.git
rev: 1c89c766f2827607c2fe64cfdc13b8680d55d6c0
rev: 60788f6603930a099954a255c918492a7648bf41

build:
number: 0
script:
- mojo package mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg
requirements:
build:
- mojo-compiler ${{ mojo_version }}
host:
- max =25.5
- mojo-compiler ${{ mojo_version }}
run:
- ${{ pin_compatible('max') }}
- mojo-compiler ${{ mojo_version }}

tests:
- script:
- if: unix
then:
- mojo test test
- sh -c 'find ./test -name test_*.mojo | xargs -I % pixi run mojo run -I . -D ASSERT=all %'
requirements:
build:
- mojo ${{ mojo_version }}
run:
- mojo ${{ mojo_version }}
files:
source:
- mist/
- test/

about:
homepage: https://github.com/thatstoasty/mist
Expand Down