浏览代码

[AppVeyor] test by merely printing the version

Andy Li 11 年之前
父节点
当前提交
bb67b40ce2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      appveyor.yml

+ 3 - 0
appveyor.yml

@@ -31,3 +31,6 @@ install:
 build_script:
     - '%CYG_ROOT%/bin/bash -lc "cd \"$OLDPWD\" && make -f Makefile.win WODI=wodi%WODI_ARCH%"'
     # - '%CYG_ROOT%/bin/bash -lc "cd \"$OLDPWD\" && cd tests haxe RunAppveyor.n -main RunAppveyor -lib hx-yaml"'
+
+test_script:
+    - 'haxe -version'