summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: f791aed4ec539c2d8b784adc509d5eb63de8ddcb (plain)
1
2
3
4
5
6
language: c
os:
  - linux
  - osx
script:
  - mkdir build && cd build && cmake .. && cmake --build .
OpenPOWER on IntegriCloud