]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: clean travis cache from installed binaries
authorMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 5 Aug 2015 12:36:36 +0000 (14:36 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 5 Aug 2015 12:36:53 +0000 (14:36 +0200)
this is a workaround, as we don't support `make uninstall` yet

.travis.yml

index bd28a37be00cd2d53669263db0f6f543bcbc6409..17a44990f050c1623b48a8910bb29ef1775d87fd 100644 (file)
@@ -35,3 +35,8 @@ cache:
     directories:
     - ${HOME}/.local
     - ${HOME}/.cache/pip
+before_cache:
+    - rm -f ${HOME}/.local/bin/kresd
+    - rm -f ${HOME}/.local/lib/libkres.a
+    - rm -rf ${HOME}/.local/include/libkres
+    - rm -rf ${HOME}/.local/lib/kdns_modules