소스 검색

[ci] don't check for hl binary on ci

Aleksandr Kuzmenko 3 년 전
부모
커밋
1ae252095c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tests/runci/targets/Hl.hx

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

@@ -77,7 +77,8 @@ class Hl {
 		getHlDependencies();
 
 		var hlBinary = try {
-			runCommand(hlBinary);
+			if(!isCi())
+				runCommand(hlBinary);
 			hlBinary;
 		} catch(e:Failure) {
 			'hl';