tmux-mem-cpu-load/.travis.yml
Matt McCormick c07c80b662 Do not run ctest in Travis.
The workers apparently do not present themselves as
a full linux system.
2013-06-14 01:56:46 +00:00

10 lines
168 B
YAML

language: cpp
compiler:
- gcc
- clang
script:
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX:PATH=../install ..
- cmake --build . --target install