improving bitbucket pipeline

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2017-06-25 22:05:06 +02:00
parent 8eba3a0edb
commit 2dc31b59c0
2 changed files with 25 additions and 4 deletions

View File

@ -1,9 +1,12 @@
#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset
set -x
LD_LIBRARY_PATH=../src ./check_parser_utils
LD_LIBRARY_PATH=../src ./check_parser
LD_LIBRARY_PATH=../src ./check_rules
LD_LIBRARY_PATH=../src ./check_digest
LD_LIBRARY_PATH=../src ./check_mydomains