summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-04-25 03:09:01 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-04-25 03:09:57 -0500
commita5d1de154ddcecbf8290601aa8ab85166ae5898d (patch)
tree3c4ba3d8ccd0b0348bb572fb8f8aad4c28c1b543 /tools
parenta910549ca9f7d07d7610eb27d8b0709dc42802a6 (diff)
Added a build script
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/build.sh b/tools/build.sh
new file mode 100755
index 00000000..8be7335a
--- /dev/null
+++ b/tools/build.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+time ( \
+ cd ~/src/ledger ; \
+ PATH=/usr/local/bin:/opt/local/bin:$PATH \
+ nice -n 20 \
+ ./acprep --debug --python --doxygen --cache --clang -j20 make -- check \
+) \ No newline at end of file