소스 검색

[tests] haxelib dev

Simon Krajewski 3 년 전
부모
커밋
44e815e797
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/runci/targets/Macro.hx

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

@@ -48,6 +48,7 @@ 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", ["install", "tests.hxml", "--always"]);
 		// <derp>