summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2015-08-18 09:57:32 +0100
committerWill Thompson <will@willthompson.co.uk>2015-08-18 09:57:32 +0100
commit13bdd42a9c60ddc90402adf803eeba77096ae363 (patch)
tree8ec07de8627535fe18c216b45ba97cee66ec6fce /Makefile
parent36be26155155359c4f8fe03ff74441cc3bcbaaf4 (diff)
Generate .travis.yml; cache ~/.cabal
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 12ba32a..459b2f2 100644
--- a/Makefile
+++ b/Makefile
@@ -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 > $@