Skip to content
Snippets Groups Projects
Commit 7afeefcd authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh
Browse files

add .travis.yml

parent da5396f5
Branches
Tags
No related merge requests found
language: cpp
sudo: false
script:
- mkdir build
- cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DLLVM_TARGETS_TO_BUILD="all" -G "Unix Makefiles" ..
- make -j 8
compiler:
- clang
- gcc
os:
- osx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment