Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jun 24, 2018
1 parent 067e288 commit 989ad9b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ version: '{build}'

environment:
matrix:
- COMPILER: mingw
- os: Visual Studio 2015
COMPILER: mingw
platform: x86
FLAGS: ""
GENERATOR: MinGW Makefiles

- COMPILER: mingw
platform: x64
FLAGS: ""
GENERATOR: MinGW Makefiles

- os: Visual Studio 2015
platform: x86
FLAGS: ""
Expand Down Expand Up @@ -50,10 +46,10 @@ init:
- msbuild /version

install:
- if "%COMPILER%"=="mingw" set PATH=C:\MinGW\bin;%PATH%
- if "%COMPILER%"=="mingw" set PATH=C:\MinGW\bin

before_build:
- cmake . -G "%GENERATOR%" -DCMAKE_CXX_FLAGS="%FLAGS%"
- cmake . -G "%GENERATOR%" -DCMAKE_CXX_FLAGS="%FLAGS%" -DCMAKE_IGNORE_PATH="C:/Program Files/Git/usr/bin"

build_script:
- cmake --build . --config Release
Expand Down

0 comments on commit 989ad9b

Please sign in to comment.