add set -ev

This commit is contained in:
Andy Bauer 2017-02-19 07:56:34 -06:00
parent 8dbea3a20a
commit c305f9dbfd
1 changed files with 2 additions and 0 deletions

View File

@ -38,7 +38,9 @@ addons:
- curl - curl
script: script:
- utils/packpack/startpackpack.sh - utils/packpack/startpackpack.sh
# TO-DO move the following to an external script file
- if [ ${OS} == "ubuntu" ] && [ ${DIST} == "trusty" ]; then - if [ ${OS} == "ubuntu" ] && [ ${DIST} == "trusty" ]; then
set -ev;
sudo gdebi --non-interactive build/zoneminder_*amd64.deb; sudo gdebi --non-interactive build/zoneminder_*amd64.deb;
sudo chmod 644 /etc/zm/zm.conf; sudo chmod 644 /etc/zm/zm.conf;
mysql -uzmuser -pzmpass zm < db/test.monitor.sql; mysql -uzmuser -pzmpass zm < db/test.monitor.sql;