Skip to content

Commit

Permalink
Redo the travis file (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-skold committed Aug 5, 2020
1 parent 25a4408 commit 053b1db
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ os:

script:
- ./build.sh
- cd test && make && ./generate-xml.sh test-frames
- cd test && make && ./generate-xml.sh test/error-frames || true
- cd test && make && ./generate-xml.sh test/unsupported-frames || true
- cd test && make && cd ..
- PROG=test/mbus_parse_hex
- test/generate-xml.sh test/test-frames $PROG
- test/generate-xml.sh test/error-frames $PROG || true
- test/generate-xml.sh test/unsupported-frames $PROG || true

0 comments on commit 053b1db

Please sign in to comment.