Parcourir la source

[AppVeyor] test by merely printing the version

Andy Li il y a 11 ans
Parent
commit
bb67b40ce2
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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'