diff --git a/tools/azure-pipelines/build.yml b/tools/azure-pipelines/build.yml index f4a2eb823..d83d0cb71 100644 --- a/tools/azure-pipelines/build.yml +++ b/tools/azure-pipelines/build.yml @@ -39,6 +39,7 @@ jobs: displayName: Install dependencies - script: | set -ex + sudo systemctl unmask mysql.service sudo systemctl start mysql sudo mysql -u root -e "create database hxcpp; grant all privileges on hxcpp.* to hxcpp@localhost identified by 'hxcpp'; flush privileges;" displayName: Configure MariaDB