Browse Source

[tests] newrepo this

Simon Krajewski 3 years ago
parent
commit
ecafb27b0f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/runci/targets/Macro.hx

+ 2 - 1
tests/runci/targets/Macro.hx

@@ -48,9 +48,10 @@ class Macro {
 
 
 	static function party() {
 	static function party() {
 		runCommand("git", ["clone", "https://github.com/haxetink/tink_core", "tink_core"]);
 		runCommand("git", ["clone", "https://github.com/haxetink/tink_core", "tink_core"]);
-		runCommand("haxelib", ["dev", "tink_core", "tink_core"]);
 		changeDirectory("tink_core");
 		changeDirectory("tink_core");
+		runCommand("haxelib", ["newrepo"]);
 		runCommand("haxelib", ["install", "tests.hxml", "--always"]);
 		runCommand("haxelib", ["install", "tests.hxml", "--always"]);
+		runCommand("haxelib", ["dev", "tink_core", "."]);
 		// <derp>
 		// <derp>
 		final c = File.getContent("tests/RunTests.hx");
 		final c = File.getContent("tests/RunTests.hx");
 		final c = StringTools.replace(c, "new Futures(),", "");
 		final c = StringTools.replace(c, "new Futures(),", "");