summaryrefslogtreecommitdiff
path: root/integration-tests.sh
blob: e2a4031315a87add3ac155aff1272b04d7f7cbf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

## $1 remote
## $2 branch

echo "Using Remote $1 and branch $2"
./set-libcamera-branch.sh $1 $2


echo "Building the matrix..."
./10-build-matrix.sh

echo "Building for unit tests..."
./50-build-unit-tests.sh

echo "Running unit tests..."
./51-run-unit-tests.sh

echo "Validating installation/packaging..."
./52-package.sh