File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 11context :
2- version : 0.2.0
3- mojo_version : " =0.25.6"
2+ version : 0.2.1
43
54package :
65 name : " emberjson"
76 version : ${{ version }}
87
98source :
109 - git : https://github.com/bgreni/EmberJson.git
11- rev : 5a456cc8286753d3fcdc5686f0ec48fe2dcee316
10+ rev : 6c6ed09fba6c426546e099af886deb53824bb4ba
1211
1312build :
1413 number : 0
@@ -17,22 +16,28 @@ build:
1716
1817requirements :
1918 host :
20- - mojo-compiler =0.25.6
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
29+ - python run_tests.py
30+ files :
31+ source :
32+ - run_tests.py
33+ - test/
34+ - emberjson/
35+ - bench_data/
3136 requirements :
3237 build :
33- - mojo ${{ mojo_version }}
38+ - mojo =0.25.7
3439 run :
35- - mojo ${{ mojo_version }}
40+ - mojo =0.25.7
3641
3742about :
3843 homepage : https://github.com/bgreni/EmberJson
You can’t perform that action at this time.
0 commit comments