summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: b19d4226e4f0fe0f3009d28ea99d9e39b6af7db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: c

compiler: gcc

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

before_script:
    - make
    - cd build_generic && make

script: make

notifications:
    on_success: change
    on_failure: always