mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 09:28:21 +00:00
Fix appveyor config.
This commit is contained in:
parent
0a26914e42
commit
8cfe4e2266
@ -2,7 +2,7 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- build: msvc
|
- build: msvc
|
||||||
- build: mingw
|
- build: mingw
|
||||||
generator: -G "MinGW Makefiles"
|
generator: "-G \"MinGW Makefiles\""
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
- Debug
|
||||||
@ -19,9 +19,7 @@ install:
|
|||||||
Invoke-WebRequest -UserAgent wget -Uri $url -OutFile mingw.7z
|
Invoke-WebRequest -UserAgent wget -Uri $url -OutFile mingw.7z
|
||||||
&7z x -oC:\ mingw.7z > $null
|
&7z x -oC:\ mingw.7z > $null
|
||||||
}
|
}
|
||||||
- dir
|
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\mingw64\bin
|
||||||
- dir C:\
|
|
||||||
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\wingw64\bin
|
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- ps: cmake -DFMT_EXTRA_TESTS=ON $env:generator .
|
- ps: cmake -DFMT_EXTRA_TESTS=ON $env:generator .
|
||||||
|
Loading…
Reference in New Issue
Block a user