@@ -93,6 +93,7 @@ imageTests+=(
'
[haxe]='
haxe-hello-world
+ haxe-haxelib-install
[hylang]='
hylang-sh
@@ -0,0 +1,12 @@
+class Container {
+ static function main():Void {
+ switch (Sys.command("haxelib", ["newrepo"])) {
+ case 0: //pass
+ case code: Sys.exit(code);
+ }
+ switch (Sys.command("haxelib", ["install", "jQueryExtern"])) {
+}
@@ -0,0 +1 @@
+../run-haxe-in-container.sh