Don't build all of Hammer on AppVeyor just now

Since the port is not finished yet, we remove some source files
and the compilation of examples.
This commit is contained in:
Nicolas Léveillé 2015-08-09 18:40:44 +02:00
parent c0ab06736f
commit 226cad2ab2
2 changed files with 2 additions and 11 deletions

View file

@ -14,5 +14,6 @@ build_script:
}
- call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
- call tools\windows\build.bat
- call tools\windows\build_examples.bat
# FIXME(windows) TODO(uucidl): reactivate examples
# - call tools\windows\build_examples.bat
- exit /b 0