Skip to content

Commit

Permalink
Appveyor: Formatting & combine init
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCraver committed May 6, 2017
1 parent 481d9c5 commit dcfbffa
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
image: Visual Studio 2017

init:
- git config --global core.autocrlf input
- ps: $env:Path += ";C:\Program Files\PostgreSQL\9.6\bin\"

skip_branch_with_pr: true
skip_tags: true
skip_commits:
Expand All @@ -26,11 +22,12 @@ environment:
MYSQL_ENV_MYSQL_PASSWORD: Password12!
MYSQL_ENV_MYSQL_DATABASE: test
services:
- mssql2016
- mysql
- postgresql
- mssql2016
- mysql
- postgresql

init:
- git config --global core.autocrlf input
- SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%

nuget:
Expand All @@ -46,7 +43,7 @@ build_script:

test: off
artifacts:
- path: .\.nupkgs\*.nupkg
- path: .\.nupkgs\*.nupkg

#deploy:
#- provider: NuGet
Expand Down

0 comments on commit dcfbffa

Please sign in to comment.