Add check for correct library naming to CI

pull/4596/head
Jimmy Brisson 2017-06-09 09:49:13 -05:00 committed by adbridge
parent 64d3fd464b
commit e4e855bc13
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ script:
- mkdir BUILD && doxygen doxyfile_options
- |
[ -z "`doxygen doxyfile_options 2>&1`" ]
- find -name "*.a" -and -not -name "lib*.a"
- |
[ -z '`find -name "*.a" -and -not -name "lib*.a"`' ]
- make -C events/equeue test clean
- PYTHONPATH=. python tools/test/config_test/config_test.py
- PYTHONPATH=. python tools/test/build_api/build_api_test.py