Commit 434ffbc6 authored by Guolin Ke's avatar Guolin Ke
Browse files

add travis

parent f7a3b975
language: cpp
sudo: required
dist: trusty
before_install:
- test -n $CC && unset CC
- test -n $CXX && unset CXX
install:
- sudo apt-get install -y libopenmpi-dev openmpi-bin build-essential
script:
- cd $TRAVIS_BUILD_DIR
- mkdir build && cd build && cmake .. && make -j
- cd $TRAVIS_BUILD_DIR
- rm -rf build && mkdir build && cd build && cmake -DUSE_MPI=ON ..&& make -j
notifications:
email: false
matrix:
include:
- compiler: gcc
- compiler: clang
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