소스 검색

[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(),", "");