aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-10-30 12:55:57 +0100
committerJon Pretty <jon.pretty@propensive.com>2017-10-30 12:55:57 +0100
commit8edaa6e2adbb4aa724a7829be5003fdabb01628a (patch)
tree4138ee6e39625d8b65001a678e2cf37b6173b383 /build.sh
parent8cd72499b92d745ce3e3f2621a03ab61ce78ef85 (diff)
downloadmagnolia-8edaa6e2adbb4aa724a7829be5003fdabb01628a.tar.gz
magnolia-8edaa6e2adbb4aa724a7829be5003fdabb01628a.tar.bz2
magnolia-8edaa6e2adbb4aa724a7829be5003fdabb01628a.zip
Derivation working for Show and Eq
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..b556f81
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,11 @@
+#!/bin/zsh
+
+source ../build.zsh
+
+PROJECT=magnolia
+
+TEST_DEPENDENCIES=$PROJECT-core.jar:$PROJECT-examples.jar:../estrapade/estrapade-macros.jar:../estrapade/estrapade-core.jar:../contextual/contextual-core.jar:../contextual/contextual-data.jar
+build core && \
+build examples -cp $PROJECT-core.jar && \
+build tests -cp $TEST_DEPENDENCIES && \
+runtests tests -cp $TEST_DEPENDENCIES:$PROJECT-tests.jar