Skip to content

Commit fa651b3

Browse files
authored
Update .appveyor.yml
1 parent bbfdc8b commit fa651b3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.appveyor.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
platform: x64
22

3-
environment:
4-
matrix:
5-
# MSVC 14.1
6-
- GENERATOR: Visual Studio 15 2017 Win64
7-
CXXFLAGS: /std:c++14 /permissive-
8-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3+
image: Visual Studio 2017
94

10-
configuration:
11-
- Release
5+
configuration: Release
126

137
build_script:
148
- mkdir build

0 commit comments

Comments
 (0)