aboutsummaryrefslogtreecommitdiff
path: root/test-from-git
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2021-04-28 11:12:21 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2021-04-28 11:12:21 +0100
commit6acc0d9d674f065f8d4278b333ab924c42cbdd88 (patch)
tree744c4dd4a984de48f245795232e05d52ca5c8dc8 /test-from-git
parentc828fb3b2988d2d8e9fe603608ee5c7be42daf3e (diff)
downloadorg-drill-6acc0d9d674f065f8d4278b333ab924c42cbdd88.tar.gz
org-drill-6acc0d9d674f065f8d4278b333ab924c42cbdd88.zip
Update docker images
Diffstat (limited to 'test-from-git')
-rw-r--r--test-from-git7
1 files changed, 6 insertions, 1 deletions
diff --git a/test-from-git b/test-from-git
index 681f81e..2159408 100644
--- a/test-from-git
+++ b/test-from-git
@@ -1,7 +1,12 @@
#!/bin/sh
+git clone https://github.com/cask/cask ~/.cask
+export PATH=$HOME/.cask/bin:$PATH
+
cd ..
mkdir git
cd git
git clone ../app .
-make test \ No newline at end of file
+
+
+make test