This website requires JavaScript.
Explore
Help
Sign In
zeldon
/
htop
mirror of
https://github.com/xzeldon/htop.git
Watch
1
Star
0
Fork
You've already forked htop
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4d3f483b96
htop
/
.travis.yml
12 lines
109 B
YAML
Raw
Normal View
History
Unescape
Escape
Add initial .travis.yml
2015-11-19 14:56:26 +00:00
language
:
c
compiler
:
-
clang
-
gcc
Test on Linux and OSX
2015-11-19 14:58:00 +00:00
os
:
-
linux
-
osx
travis-ci should really detect autogen.sh...
2015-11-19 15:14:20 +00:00
script
:
./autogen.sh && ./configure && make