dot_files/dot_tmux/plugins/tmux-mem-cpu-load/dot_travis.yml

13 lines
190 B
YAML
Raw Normal View History

2025-11-22 22:39:36 +00:00
os:
- linux
- osx
language: cpp
compiler:
- gcc
- clang
script:
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX:PATH=../install ..
- cmake --build . --target install