summaryrefslogtreecommitdiffstats
path: root/database/odk-ng/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'database/odk-ng/BUILD')
-rwxr-xr-xdatabase/odk-ng/BUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/database/odk-ng/BUILD b/database/odk-ng/BUILD
new file mode 100755
index 0000000000..68d1f988d0
--- /dev/null
+++ b/database/odk-ng/BUILD
@@ -0,0 +1,15 @@
+chmod u+x ./compile.sh &&
+./compile.sh &&
+if spell_ok g++; then
+ cd odkda-cpp &&
+ chmod u+x ./compile.sh &&
+ ./compile.sh &&
+ cd ..
+fi &&
+if spell_ok mono; then
+ cd odkda-sharp &&
+ chmod u+x ./compile.sh &&
+ ./compile.sh &&
+ cd ..
+fi
+