File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 33
44language : haxe
55haxe :
6- - 3.2.1
6+ - 3.4.0
77 - development
88install :
9- - if [[ $(haxe -version 2>&1) == "3.2.1" ]];
10- then haxelib install haxeparser 3.2.0; else
11- haxelib git haxeparser https://github.com/Simn/haxeparser;
12- fi
9+ - haxelib install haxeparser 3.3.0
1310 - haxelib install compiletime 2.6.0
14- - haxelib git hxargs https://github.com/Simn/hxargs
11+ - haxelib install hxargs 3.0.2
1512 - haxelib install mcover 2.1.1
1613script :
1714 - haxe buildAll.hxml
Original file line number Diff line number Diff line change 11-cp src
22-cp test
33-cp resources
4- -lib haxeparser
4+ -lib haxeparser:3.3.0
55-lib compiletime:2.6.0
6- -lib hxargs
6+ -lib hxargs:3.0.2
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ module.exports = function (grunt) {
55
66 shell : {
77 libs : {
8- command : "haxelib install haxeparser 3.2 .0 && " +
9- "haxelib git hxargs https://github.com/Simn/hxargs && " +
8+ command : "haxelib install haxeparser 3.3 .0 && " +
9+ "haxelib install hxargs 3.0.2 && " +
1010 "haxelib install compiletime 2.6.0 && " +
1111 "haxelib install mcover 2.1.1"
1212 }
You can’t perform that action at this time.
0 commit comments