summaryrefslogtreecommitdiff
path: root/azure/i386/job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure/i386/job.yml')
-rw-r--r--azure/i386/job.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index 2b1e9847af..65a7e5702c 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -70,6 +70,7 @@ jobs:
- script: make -j$(/usr/bin/nproc) >/dev/null
displayName: 'Make Build'
- script: |
+ set -e
sudo make install
sudo mkdir /etc/php.d
sudo chmod 777 /etc/php.d
@@ -79,6 +80,7 @@ jobs:
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
displayName: 'Install Build'
- script: |
+ set -e
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;"