2014-05-16 19:55:12 +04:00
|
|
|
configuration:
|
|
|
|
- Debug
|
|
|
|
- Release
|
2014-05-16 19:47:59 +04:00
|
|
|
|
2014-04-24 23:51:58 +04:00
|
|
|
install:
|
2014-07-10 04:32:32 +04:00
|
|
|
- ps: >
|
|
|
|
Invoke-WebRequest -UserAgent wget
|
|
|
|
-Uri http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.0/threads-win32/seh/x86_64-4.9.0-release-win32-seh-rt_v3-rev2.7z/download
|
|
|
|
-OutFile mingw.7z
|
2014-07-10 04:24:23 +04:00
|
|
|
- 7z x -oC:\ mingw.7z > nul
|
2014-07-10 00:16:39 +04:00
|
|
|
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\wingw64\bin
|
2014-04-24 23:51:58 +04:00
|
|
|
|
2014-07-10 04:32:32 +04:00
|
|
|
before_build:
|
|
|
|
- cmake -DFMT_EXTRA_TESTS=ON .
|
2014-04-24 23:58:45 +04:00
|
|
|
|
2014-05-18 21:03:48 +04:00
|
|
|
build_script:
|
2014-05-19 18:38:24 +04:00
|
|
|
- msbuild /m:4 FORMAT.sln
|
2014-04-29 18:40:42 +04:00
|
|
|
|
|
|
|
test_script:
|
|
|
|
- msbuild RUN_TESTS.vcxproj
|
2014-05-16 19:59:54 +04:00
|
|
|
|
|
|
|
on_failure:
|
2014-05-16 19:47:59 +04:00
|
|
|
- appveyor PushArtifact Testing/Temporary/LastTest.log
|
|
|
|
- appveyor AddTest test
|