Browse Source

[AppVeyor] test by merely printing the version

Andy Li 11 years ago
parent
commit
bb67b40ce2
1 changed files with 3 additions and 0 deletions
  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'