Add jenkins job for sshsm project
[ci-management.git] / jjb / aaf / build-sshsm.sh
1 #!/bin/bash
2 #
3
4 CURRENTDIR="$(pwd)"
5 echo $CURRENTDIR
6
7 echo 'Building the SoftHSMv2...'
8
9 cd SoftHSMv2
10 sh autogen.sh
11 ./configure
12 make check
13 cd ..
14
15 echo 'Building the TPM2-Plugin...'
16
17 cd TPM2-Plugin
18 ./bootstrap
19 ./configure
20 make