misc: migrate to YAML azure pipelines

This commit is contained in:
NGPixel
2020-09-30 23:40:20 -04:00
parent 5668eea40a
commit 752ac61bf5
2 changed files with 159 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
case $TEST_MATRIX in
case $MATRIXENV in
postgres)
echo "Using PostgreSQL..."
docker run -d -p 5432:5432 --name db --network="host" -e "POSTGRES_PASSWORD=Password123!" -e "POSTGRES_USER=wiki" -e "POSTGRES_DB=wiki" postgres:11