We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744b95c commit 8cd7d42Copy full SHA for 8cd7d42
.travis.yml
@@ -5,6 +5,9 @@ script:
5
- mkdir BUILD && doxygen doxyfile_options
6
- |
7
[ -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"`' ]
11
- make -C events/equeue test clean
12
- PYTHONPATH=. python tools/test/config_test/config_test.py
13
- PYTHONPATH=. python tools/test/build_api/build_api_test.py
0 commit comments