File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 11context:
2- version: "0.16 .0"
3- max_version : "=25.4 "
2+ version: "0.17 .0"
3+ mojo_version : "=25.5 "
44
55package:
66 name: "extramojo"
77 version: ${{ version }}
88
99source:
1010 - git: https://github.com/ExtraMojo/ExtraMojo.git
11- rev: 75b80da6249467b9df8f16fa432814b987504126
11+ rev: 608ca09f3b2e201b8c163f466966af48fa99e1c2
1212 # path: .
1313 # use_gitignore: true
1414
1515build:
1616 number: 0
1717 script:
18- - mojo package ExtraMojo -o ${{ PREFIX }}/lib/mojo/ExtraMojo .mojopkg
18+ - mojo package extramojo -o ${{ PREFIX }}/lib/mojo/extramojo .mojopkg
1919requirements:
20+ build:
21+ - mojo-compiler ${{ mojo_version }}
2022 host:
21- - max ${{ max_version }}
23+ - mojo-compiler ${{ mojo_version }}
2224 run:
23- - max ${{ max_version }}
25+ - mojo-compiler ${{ mojo_version }}
2426
2527tests:
2628 - script:
2729 - if: unix
2830 then:
29- - mojo run -I ${{ PREFIX }}/lib/mojo/ExtraMojo.mojopkg tests/test_file.mojo
30- - mojo test -I ${{ PREFIX }}/lib/mojo/ExtraMojo.mojopkg tests
31+ - mojo run -I . tests/test_file.mojo
32+ - mojo test -I . tests
3133 requirements:
34+ build:
35+ - mojo ${{ mojo_version }}
3236 run:
33- - max ${{ max_version }}
37+ - mojo ${{ mojo_version }}
3438 files:
3539 source:
40+ - extramojo/
3641 - tests/
3742
3843about:
You can’t perform that action at this time.
0 commit comments