You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
312 B

language: cpp
matrix:
fast_finish: true
include:
- os: linux
dist: trusty
compiler: gcc
- os: linux
dist: trusty
compiler: clang
env: CC=clang CXX=clang++
addons:
apt:
packages:
- clang
- cmake
- g++
- gcc
- libeigen3-dev
script: ./build.sh