mirror of
https://github.com/thewtex/tmux-mem-cpu-load.git
synced 2026-09-10 07:16:16 -04:00
13 lines
190 B
YAML
13 lines
190 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script:
|
|
- mkdir build
|
|
- cd build
|
|
- cmake -DCMAKE_INSTALL_PREFIX:PATH=../install ..
|
|
- cmake --build . --target install
|