mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-25 15:25:45 +00:00
12 lines
109 B
YAML
12 lines
109 B
YAML
language: c
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
script: ./autogen.sh && ./configure && make
|