Commit b3013525 authored by Nick Craver's avatar Nick Craver

It's time for appveyor.yml

Tooling changes need to live in the repo now so the build doesn't FUBAR
every time we change the script.
parent 84a7d646
version: 1.0.{build}
branches:
only:
- netstandard
clone_depth: 1
init:
- cmd: SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%
environment:
Appveyor: true
MYSQL_ENV_MYSQL_USER: root
MYSQL_ENV_MYSQL_PASSWORD: Password12!
PGUSER: postgres
PGPASSWORD: Password12!
MYSQL_PATH: C:\Program Files\MySql\MySQL Server 5.6
POSTGRES_PATH: C:\Program Files\PostgreSQL\9.4
MYSQL_PWD: Password12!
services:
- mssql2014
- mysql56
- postgresql94
build_script:
- ps: >-
createdb test
.\build.ps1
test: off
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment