Skip to content

Commit

Permalink
Let's just keep adding YAML until this works.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCraver committed May 6, 2017
1 parent 24d9915 commit 481d9c5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,27 @@ skip_commits:

environment:
Appveyor: true
MYSQL_ENV_MYSQL_USER: root
MYSQL_ENV_MYSQL_PASSWORD: Password12!
# Postgres
POSTGRES_PATH: C:\Program Files\PostgreSQL\9.4
PGUSER: postgres
PGPASSWORD: Password12!
POSTGRES_ENV_POSTGRES_USER: postgres
POSTGRES_ENV_POSTGRES_PASSWORD: Password12!
POSTGRES_ENV_POSTGRES_DB: test
# MySQL
MYSQL_PATH: C:\Program Files\MySql\MySQL Server 5.7
MYSQL_PWD: Password12!
MYSQL_ENV_MYSQL_USER: root
MYSQL_ENV_MYSQL_PASSWORD: Password12!
MYSQL_ENV_MYSQL_DATABASE: test
services:
- mssql2016
- mysql
- postgresql

init:
- SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%

nuget:
disable_publish_on_pr: true

Expand Down

0 comments on commit 481d9c5

Please sign in to comment.