File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed
Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 11context :
2- version : 0.1.3
3- mojo_version : " =0.25.6"
2+ version : 0.1.4
43
54package :
65 name : " kelvin"
76 version : ${{ version }}
87
98source :
109 - git : https://github.com/bgreni/Kelvin.git
11- rev : d10f89ac05c178e7537906fb5834e10764f3291f
10+ rev : 3018ba56fa762a3090bbf4ca26438b6c506278ea
1211
1312build :
1413 number : 0
@@ -17,24 +16,31 @@ build:
1716
1817requirements :
1918 host :
20- - mojo-compiler ${{ mojo_version }}
19+ - mojo-compiler =0.25.7
2120 build :
22- - mojo-compiler ${{ mojo_version }}
21+ - mojo-compiler =0.25.7
2322 run :
2423 - ${{ pin_compatible('mojo-compiler') }}
2524
2625tests :
2726 - script :
2827 - if : unix
2928 then :
30- - mojo test
31- # Can't convince PR build to find this file
32- # - python3 scripts/run_reject_tests.py
29+ - python run_test.py
30+ - python scripts/generate_tests.py && python scripts/run_reject_tests.py
31+
32+ files :
33+ source :
34+ - kelvin/
35+ - test/
36+ - run_test.py
37+ - scripts/run_reject_tests.py
38+ - scripts/generate_tests.py
3339 requirements :
3440 build :
35- - mojo ${{ mojo_version }}
41+ - mojo =0.25.7
3642 run :
37- - mojo ${{ mojo_version }}
43+ - mojo =0.25.7
3844
3945about :
4046 homepage : https://github.com/bgreni/Kelvin
You can’t perform that action at this time.
0 commit comments