Skip to content

Commit 5bddb99

Browse files
authored
Update appveyor.yml
1 parent 7a9f74c commit 5bddb99

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
os: Visual Studio 2015
22

33
platform:
4-
#- Win32
4+
- Win32
55
- Win64
66

77
configuration:
@@ -19,12 +19,11 @@ before_build:
1919

2020
- cppan # dummy run to create %USERPROFILE%\.cppan\cppan.yml
2121
- ps: 'Add-Content $env:USERPROFILE\.cppan\cppan.yml "`n`nbuild_warning_level: 0`n"'
22-
#- ps: 'Add-Content $env:USERPROFILE\.cppan\cppan.yml "`n`nbuild_system_verbose: false`n"'
22+
- ps: 'Add-Content $env:USERPROFILE\.cppan\cppan.yml "`n`nbuild_system_verbose: false`n"'
2323

2424
build_script:
2525
- cppan
2626
- mkdir build
2727
- cd build
2828
- cmake .. -G "%generator%" -DBUILD_TRAINING_TOOLS=Off
2929
- cmake --build . --config Release
30-

0 commit comments

Comments
 (0)