Skip to content

Commit

Permalink
👷 another try
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Apr 9, 2017
1 parent d3d8767 commit 180d249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ os:

environment:
matrix:
- additional_flags: "${CMAKE_CXXFLAGS}"
- additional_flags: "${CMAKE_CXXFLAGS} /permissive- /std:c++latest /utf-8"
- additional_flags: ""
- additional_flags: "/permissive- /std:c++latest /utf-8"

init: []

install: []

build_script:
- IF "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" ( SET GEN="Visual Studio 14 2015") ELSE (SET GEN="Visual Studio 15 2017")
- cmake . -G%GEN% -DCMAKE_CXX_FLAGS=%additional_flags%
- cmake . -G%GEN% -DCMAKE_CXX_FLAGS="${CMAKE_CXXFLAGS} %additional_flags%"
- cmake --build . --config Release

test_script:
Expand Down

0 comments on commit 180d249

Please sign in to comment.