瀏覽代碼

[AppVeyor] minor

Andy Li 9 年之前
父節點
當前提交
cce0fd588a
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      appveyor.yml
  2. 1 0
      tests/RunCi.hx

+ 1 - 1
appveyor.yml

@@ -22,7 +22,7 @@ skip_tags: true
 
 install:
     - 'git submodule update --init --recursive'
-    - cinst 7zip.commandline -version 15.05 -y
+    - cinst 7zip.commandline -y
     # Install ocaml using wodi
     - appveyor DownloadFile "http://cygwin.com/setup-%CYG_ARCH%.exe" -FileName "%CYG_ROOT%\setup.exe"
     - '%CYG_ROOT%/setup.exe -g -q -R "%CYG_ROOT%" -P dos2unix -P diffutils -P cpio -P make -P patch -P mingw64-%MINGW_ARCH%-gcc-core -P mingw64-%MINGW_ARCH%-gcc-g++ -P git > log.txt || type log.txt'

+ 1 - 0
tests/RunCi.hx

@@ -447,6 +447,7 @@ class RunCi {
 				switch (ci) {
 					case AppVeyor:
 						addToPATH("C:\\Program Files (x86)\\Mono\\bin");
+						runCommand("mono", ["--version"]);
 					case _:
 						//pass
 				}