start mysql and postgresql services in AppVeyor

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2020-12-09 09:57:10 +00:00
parent 7911c3953f
commit 3332477a66

View file

@ -1,6 +1,9 @@
version: 4.9.0-{branch}-{build}
image: Ubuntu
clone_depth: 1
services:
- mysql
- postgresql
build_script:
- sh: >-