tmux-mem-cpu-load/.travis.yml

13 lines
190 B
YAML
Raw Normal View History

2015-01-26 15:57:36 -05:00
os:
- linux
- osx
2013-06-13 21:49:10 -04:00
language: cpp
compiler:
- gcc
- clang
script:
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX:PATH=../install ..
- cmake --build . --target install