summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-11-19 13:14:20 -0200
committerHisham Muhammad <hisham@gobolinux.org>2015-11-19 13:14:20 -0200
commit0837fc5b62c298b0232b5b716278a1e162a423bf (patch)
tree90b148d51c524e1213b8d9628fec13088c3894e3
parentd12084b0323760f5fafdb5412ebbbd458e017e61 (diff)
travis-ci should really detect autogen.sh...
-rw-r--r--.travis.yml2
-rw-r--r--Makefile.am3
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ef7b8286..22a5e07c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,3 +7,5 @@ compiler:
os:
- linux
- osx
+
+script: ./autogen.sh && ./configure && make
diff --git a/Makefile.am b/Makefile.am
index ebdd572d..b54b9a91 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)

© 2014-2024 Faster IT GmbH | imprint | privacy policy