mirror of https://github.com/xzeldon/htop.git
travis-ci should really detect autogen.sh...
This commit is contained in:
parent
d12084b032
commit
0837fc5b62
|
@ -7,3 +7,5 @@ compiler:
|
|||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
script: ./autogen.sh && ./configure && make
|
||||
|
|
|
@ -83,9 +83,6 @@ SUFFIXES = .h
|
|||
BUILT_SOURCES = $(myhtopheaders) $(myhtopplatheaders)
|
||||
htop_SOURCES = $(myhtopheaders) $(myhtopplatheaders) $(myhtopsources) $(myhtopplatsources) config.h
|
||||
|
||||
test:
|
||||
echo "Test suite not integrated yet."
|
||||
|
||||
target:
|
||||
echo $(htop_SOURCES)
|
||||
|
||||
|
|
Loading…
Reference in New Issue