unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob cf938ed20f26f69f93b91af153f8343d06f3f7ea 233 bytes (raw)
name: devel/out-of-tree-build-check.sh 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
#!/bin/sh
# test out-of-tree builds in a temp directory
# passes all args to make

set -e

srcdir="$(cd "$(dirname "$0")"/.. && pwd)"
builddir=$(mktemp -d)

cd $builddir

$srcdir/configure
make "$@"

cd $notmuch_dir
rm -rf $builddir

debug log:

solving cf938ed20f26 ...
found cf938ed20f26 in https://yhetil.org/notmuch/20170910115617.12685-2-jani@nikula.org/

applying [1/1] https://yhetil.org/notmuch/20170910115617.12685-2-jani@nikula.org/
diff --git a/devel/out-of-tree-build-check.sh b/devel/out-of-tree-build-check.sh
new file mode 100755
index 000000000000..cf938ed20f26

Checking patch devel/out-of-tree-build-check.sh...
Applied patch devel/out-of-tree-build-check.sh cleanly.

index at:
100755 cf938ed20f26f69f93b91af153f8343d06f3f7ea	devel/out-of-tree-build-check.sh

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).