]> granicus.if.org Git - fortune-mod/blob - .travis.yml
continue applying the debian datfiles.diff
[fortune-mod] / .travis.yml
1 os: linux
2 dist: trusty
3 before_install:
4     - sudo apt-get update -qq
5     - sudo apt-get install -y cmake cpanminus gcc libperl-dev librecode-dev perl make valgrind
6     - sudo cpanm File::Find::Object IO::All List::Util Test::Differences Test::RunValgrind
7     - ( 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"/ )
8 script:
9     - "mkdir B && cd B && cmake ../fortune-mod && make && make check && cd .."
10     - "rm -fr B"