Skip to content

Commit 8cd7d42

Browse files
committed
Add check for correct library naming to CI
1 parent 744b95c commit 8cd7d42

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
@@ -5,6 +5,9 @@ script:
55
- mkdir BUILD && doxygen doxyfile_options
66
- |
77
[ -z "`doxygen doxyfile_options 2>&1`" ]
8+
- find -name "*.a" -and -not -name "lib*.a"
9+
- |
10+
[ -z '`find -name "*.a" -and -not -name "lib*.a"`' ]
811
- make -C events/equeue test clean
912
- PYTHONPATH=. python tools/test/config_test/config_test.py
1013
- PYTHONPATH=. python tools/test/build_api/build_api_test.py

0 commit comments

Comments
 (0)