From 0837fc5b62c298b0232b5b716278a1e162a423bf Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 19 Nov 2015 13:14:20 -0200 Subject: [PATCH] travis-ci should really detect autogen.sh... --- .travis.yml | 2 ++ Makefile.am | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef7b828..22a5e07 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 ebdd572..b54b9a9 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) -- GitLab