File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 11context :
2- version : " 25.5.0"
2+ version : " 25.7.0"
3+ mojo_version : " =0.25.7"
34
45package :
56 name : " mist"
67 version : ${{ version }}
78
89source :
910 - git : https://github.com/thatstoasty/mist.git
10- rev : 1c89c766f2827607c2fe64cfdc13b8680d55d6c0
11+ rev : 60788f6603930a099954a255c918492a7648bf41
1112
1213build :
1314 number : 0
1415 script :
1516 - mojo package mist -o ${{ PREFIX }}/lib/mojo/mist.mojopkg
1617requirements :
18+ build :
19+ - mojo-compiler ${{ mojo_version }}
1720 host :
18- - max =25.5
21+ - mojo-compiler ${{ mojo_version }}
1922 run :
20- - ${{ pin_compatible('max') }}
23+ - mojo-compiler ${{ mojo_version }}
2124
2225tests :
2326 - script :
2427 - if : unix
2528 then :
26- - mojo test test
29+ - sh -c 'find ./test -name test_*.mojo | xargs -I % pixi run mojo run -I . -D ASSERT=all %'
30+ requirements :
31+ build :
32+ - mojo ${{ mojo_version }}
33+ run :
34+ - mojo ${{ mojo_version }}
35+ files :
36+ source :
37+ - mist/
38+ - test/
2739
2840about :
2941 homepage : https://github.com/thatstoasty/mist
You can’t perform that action at this time.
0 commit comments