aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 4512caf5bcdedf8a40fb40a337b3c38610c56dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: cpp

compiler:
  - gcc
  - clang

install:
  - sudo apt-get update -qq
  - sudo apt-get install -y cmake

before_script:
  - cmake . -DCMAKE_C_COMPILER=${CC} -DCMAKE_CXX_COMPILER=${CXX}

script:
  - make
  - make test