summaryrefslogtreecommitdiff
path: root/tests/tests/quilt-gbp-build-modes
blob: 8f488bb08eafd021277b72f8d3c058980281247d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
set -e
. tests/lib
. $troot/lib-build-modes

t-dependencies sbuild
t-restrict x-dgit-schroot-build

bm-gbp-example-acts				\
	'build-source'				\
	'build -b'				\
	'build -S'				\
	'gbp-build -S'				\
	'gbp-build -b'				\
	'sbuild -c build --arch-all'		\

echo ok.