Commit f739978f authored by Victor Zverovich's avatar Victor Zverovich

Clean appveyor config.

parent cac3656b
......@@ -3,12 +3,15 @@ configuration:
- Release
install:
- 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
- dir
- 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
- 7z x -oC:\ mingw.7z > nul
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\wingw64\bin
before_build: cmake -DFMT_EXTRA_TESTS=ON .
before_build:
- cmake -DFMT_EXTRA_TESTS=ON .
build_script:
- msbuild /m:4 FORMAT.sln
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment