Skip to content

Commit

Permalink
Merge branch 'HaxeFoundation:master' into ci-host-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan63 authored Jun 16, 2024
2 parents 094b325 + 8e3bc36 commit df63b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df63b5a

Please sign in to comment.