]> granicus.if.org Git - fortune-mod/commitdiff
Import Shlomif_Common
authorShlomi Fish <shlomif@shlomifish.org>
Thu, 8 Dec 2016 15:19:04 +0000 (17:19 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Thu, 8 Dec 2016 15:19:04 +0000 (17:19 +0200)
.travis.yml

index 6bc06ea31e9de42318de6f878eab018f7f787872..4a3f9b8d11a87da1f368f59deedb971459315798 100644 (file)
@@ -5,6 +5,7 @@ before_install:
     - 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
+    - ( 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 .."
     - "rm -fr B"