浏览代码

[tests] newrepo this

Simon Krajewski 3 年之前
父节点
当前提交
ecafb27b0f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tests/runci/targets/Macro.hx

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

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