From: Shlomi Fish Date: Sat, 31 Dec 2016 16:11:32 +0000 (+0200) Subject: travis add dep X-Git-Tag: fortune-mod-1.99.4^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b7b90a259d90e7c2752e8f942d2f70ca59cb283;p=fortune-mod travis add dep --- diff --git a/.travis.yml b/.travis.yml index 830856b..3a52367 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ before_install: - sudo apt-get update -qq - sudo apt-get install -y ack-grep cmake cpanminus gcc libperl-dev librecode-dev perl make valgrind - sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep - - sudo cpanm File::Find::Object IO::All List::MoreUtils Test::RunValgrind + - sudo cpanm File::Find::Object IO::All List::MoreUtils Test::Differences Test::RunValgrind - ( a="$(pwd)"; tgt="fortune-mod/cmake/"; mkdir B2 && cd B2 && hg clone https://bitbucket.org/shlomif/shlomif-cmake-modules && cd shlomif-cmake-modules/shlomif-cmake-modules && cp -f "$(pwd)"/Shlomif_Common.cmake "$a"/"$tgt"/ ) script: - "mkdir B && cd B && cmake ../fortune-mod && make && make check && cd .."