We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8e537 commit 8e3bc36Copy full SHA for 8e3bc36
tools/azure-pipelines/build.yml
@@ -39,6 +39,7 @@ jobs:
39
displayName: Install dependencies
40
- script: |
41
set -ex
42
+ sudo systemctl unmask mysql.service
43
sudo systemctl start mysql
44
sudo mysql -u root -e "create database hxcpp; grant all privileges on hxcpp.* to hxcpp@localhost identified by 'hxcpp'; flush privileges;"
45
displayName: Configure MariaDB
0 commit comments