feat(all): Add set -xe option to build scripts

This commit is contained in:
Alexis Mousset
2018-04-15 18:49:03 +02:00
parent 9dd08ad4c2
commit c489a0bdc2
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -xe
wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz
tar xzf master.tar.gz
cd kcov-master

View File

@@ -1,7 +1,10 @@
#!/bin/bash
set -xe
cd website
make clean && make
echo "lettre.at" > _book/CNAME
sudo pip install ghp-import
ghp-import -n _book
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
git push -f https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages