scripts: added script to build a sequence of commits, one after another
[barry.git] / build-plain.sh
blobdb3bc6254caaaf873ba0b1ab5df0b03ea6386ae7
1 #!/bin/sh
3 # meant to be run from inside a freshly checked out cvs workspace
4 # builds: library, gui, then both plugin
6 set -e
8 SCRIPTDIR="$(dirname "$0")"
10 ./buildgen.sh
12 "$SCRIPTDIR"/configure-barry.sh
13 make -j2
14 make install