Skip to content

Commit f35e77f

Browse files
authored
Merge pull request p12tic#84 from p12tic/travis-check-index-functions
travis: Check whether index-functions-{c,cpp}.xml can be parsed
2 parents 8e4f150 + c4580cb commit f35e77f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ before_script:
2222

2323
script:
2424
- "python -m unittest discover"
25+
- "mkdir -p tmp"
26+
- "python index2browser.py index-functions-c.xml tmp/index-functions-c-web.html"
27+
- "python index2browser.py index-functions-cpp.xml tmp/index-functions-cpp-web.html"
2528

2629
notifications:
2730
email: false

0 commit comments

Comments
 (0)