Run tests with Travis CI. gitignore test xml.new.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -68,4 +68,6 @@ test/mbus_parse_hex
|
|||||||
|
|
||||||
# test cases temp files
|
# test cases temp files
|
||||||
test/test-frames/*.xml.new
|
test/test-frames/*.xml.new
|
||||||
|
test/error-frames/*.xml.new
|
||||||
|
test/unsupported-frames/*.xml.new
|
||||||
|
|
||||||
|
@ -8,4 +8,6 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
script: ./build.sh
|
script:
|
||||||
|
- ./build.sh
|
||||||
|
- cd test && make && ./generate-xml.sh test-frames
|
||||||
|
Reference in New Issue
Block a user