summaryrefslogtreecommitdiff
path: root/azure/i386
diff options
context:
space:
mode:
Diffstat (limited to 'azure/i386')
-rw-r--r--azure/i386/job.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index 65a7e5702c..5ada61b415 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -81,6 +81,7 @@ jobs:
displayName: 'Install Build'
- script: |
set -e
+ sudo service mysql start
mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
sudo -u postgres psql -c "CREATE DATABASE test;"