Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Dec 15, 2016
1 parent ea37493 commit 6c46cd7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platform:
configuration:
- Release

install:
before_build:
- if %platform%==Win32 set generator=Visual Studio 14
- if %platform%==Win64 set generator=Visual Studio 14 Win64
- if %platform%==Win32 set vcplatform=Win32
Expand All @@ -18,11 +18,7 @@ install:
- set PATH=%PATH%;%cd%

- cppan # dummy run to create %USERPROFILE%\.cppan\cppan.yml
#- echo build_system_verbose: false>> %USERPROFILE%\.cppan\cppan.yml
#- type %USERPROFILE%\.cppan\cppan.yml

before_build:
- ps: Add-Content %USERPROFILE%\.cppan\cppan.yml "`n`nbuild_system_verbose: false`n"
- ps: 'Add-Content %USERPROFILE%\.cppan\cppan.yml "`n`nbuild_system_verbose: false`n"'

build_script:
- cppan
Expand Down

0 comments on commit 6c46cd7

Please sign in to comment.