Exclude the Windows-specific files from coveralls
This commit is contained in:
parent
df8ad34838
commit
7cafee39fc
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ script:
|
||||||
- autoreconf -if
|
- autoreconf -if
|
||||||
- ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" --enable-debug || cat config.log
|
- ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" --enable-debug || cat config.log
|
||||||
- make -j3 all test
|
- make -j3 all test
|
||||||
- coveralls --exclude vendor --exclude src --exclude build --exclude tools
|
- coveralls --exclude vendor --exclude src --exclude build --exclude tools --exclude libaegisub/windows
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- on_success: change
|
- on_success: change
|
||||||
|
|
Loading…
Reference in a new issue