mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Fix appveyor config.
This commit is contained in:
parent
307c207351
commit
472e6107bb
@ -1,7 +1,6 @@
|
|||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- build: msvc
|
- build: msvc
|
||||||
generator:
|
|
||||||
- build: mingw
|
- build: mingw
|
||||||
generator: -G "MinGW Makefiles"
|
generator: -G "MinGW Makefiles"
|
||||||
|
|
||||||
@ -11,7 +10,6 @@ configuration:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
# Install MinGW.
|
# Install MinGW.
|
||||||
- set generator
|
|
||||||
- ps: |
|
- ps: |
|
||||||
if ($env:build -eq "mingw") {
|
if ($env:build -eq "mingw") {
|
||||||
$url = "http://sourceforge.net/projects/mingw-w64/files/"
|
$url = "http://sourceforge.net/projects/mingw-w64/files/"
|
||||||
@ -25,7 +23,7 @@ install:
|
|||||||
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\wingw64\bin
|
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\wingw64\bin
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- cmake -DFMT_EXTRA_TESTS=ON $generator .
|
- ps: cmake -DFMT_EXTRA_TESTS=ON $env:generator .
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- ps: |
|
- ps: |
|
||||||
|
Loading…
Reference in New Issue
Block a user