diff options
author | Will Thompson <will@willthompson.co.uk> | 2015-08-18 09:57:32 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2015-08-18 09:57:32 +0100 |
commit | 13bdd42a9c60ddc90402adf803eeba77096ae363 (patch) | |
tree | 8ec07de8627535fe18c216b45ba97cee66ec6fce /Makefile | |
parent | 36be26155155359c4f8fe03ff74441cc3bcbaaf4 (diff) |
Generate .travis.yml; cache ~/.cabal
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -123,3 +123,6 @@ maintainer-make-release: bustle.cabal dist/build/autogen/version.txt git tag -s -m 'Bustle '`cat dist/build/autogen/version.txt` \ bustle-`cat dist/build/autogen/version.txt` make maintainer-binary-tarball + +.travis.yml: bustle.cabal make_travis_yml.hs + ./make_travis_yml.hs $< libpcap-dev libgtk-3-dev libcairo2-dev happy-1.19.4 alex-3.1.3 > $@ |