Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
5521094b1ee0ddab5a2d40b56cf85bb6d42b9181
5521094b1ee0ddab5a2d40b56cf85bb6d42b9181
Switch branch/tag
htop
.travis.yml
Find file
Normal view
History
Permalink
.travis.yml
109 Bytes
Edit
Web IDE
Newer
Older
Add initial .travis.yml
Hisham Muhammad
committed
Nov 19, 2015
1
2
3
4
5
6
language
:
c
compiler
:
-
clang
-
gcc
Test on Linux and OSX
Hisham Muhammad
committed
Nov 19, 2015
7
8
9
os
:
-
linux
-
osx
travis-ci should really detect autogen.sh...
Hisham Muhammad
committed
Nov 19, 2015
10
11
script
:
./autogen.sh && ./configure && make