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

delete .travis.yml

parent 9cd1a289
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment