Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
ci-management
/
7f6596acfaa878819071acc58992048a19f2605f
/
.
/
jjb
/
aaf
/
build-sshsm.sh
blob: e26d44bfdd9674e96776746c31fd6ac5fe70a611 [
file
] [
log
] [
blame
]
#!/bin/bash
#
CURRENTDIR
=
"$(pwd)"
echo $CURRENTDIR
echo
'Building the SoftHSMv2...'
cd
SoftHSMv2
sh autogen
.
sh
./
configure
make check
cd
..
echo
'Building the TPM2-Plugin...'
cd TPM2
-
Plugin
./
bootstrap
./
configure
make