Commit a80ae694 authored by Guolin Ke's avatar Guolin Ke
Browse files

add test for library with openmpi in travis

parent e096ea27
......@@ -23,6 +23,7 @@ script:
- cd $TRAVIS_BUILD_DIR/tests/c_api_test && python test.py
- cd $TRAVIS_BUILD_DIR
- rm -rf build && mkdir build && cd build && cmake -DUSE_MPI=ON ..&& make -j
- cd $TRAVIS_BUILD_DIR/tests/c_api_test && python test.py
notifications:
email: false
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment