Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Feb 1, 2024
1 parent b882522 commit 2daf42a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@ before_scripts:

build_scripts:
- ./make-scanbuild

- if cat /rootdir/html-report/output_${TRAVIS_COMMIT}|grep -i warning|grep -v 'autoreconf: export WARNINGS=no-portability'; then
- exit 1
- fi
- ./script.sh
7 changes: 7 additions & 0 deletions script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -e
set -v
set -x

if cat ./html-report/output_${TRAVIS_COMMIT}|grep -i warning|grep -v "autoreconf: export WARNINGS=no-portability"; then exit 1; fi

0 comments on commit 2daf42a

Please sign in to comment.