summaryrefslogtreecommitdiff
path: root/azure/job.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-06-12 15:09:43 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-06-12 15:41:00 +0200
commite0d207010865dc7f23d322f07f1540112da7124c (patch)
tree98cfd145186e0f18343f73a68ef00fccdae93daa /azure/job.yml
parentff7fd3dc858eb71234ee2f38f2c2f58050927b8b (diff)
downloadphp-git-e0d207010865dc7f23d322f07f1540112da7124c.tar.gz
Use shared setup.yml on azure
Make sure things stay synchronized between different x64 jobs.
Diffstat (limited to 'azure/job.yml')
-rw-r--r--azure/job.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/azure/job.yml b/azure/job.yml
index a262d33f00..2893653b18 100644
--- a/azure/job.yml
+++ b/azure/job.yml
@@ -17,14 +17,7 @@ jobs:
- script: make -j$(/usr/bin/nproc) >/dev/null
displayName: 'Make Build'
- template: install.yml
- - script: |
- set -e
- sudo service mysql start
- sudo service postgresql 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;"
- displayName: 'Setup'
+ - template: setup.yml
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}