summaryrefslogtreecommitdiffstats
path: root/jjb/aaf/build-sshsm.sh
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-03-12 18:36:31 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-12 18:36:31 +0000
commitcba0c3f5323136c6b0c3346e97586b544badde7c (patch)
tree0eafd72c26b7e9f7f980215ace99820df75e2a97 /jjb/aaf/build-sshsm.sh
parent920a905e0a36a369e15fcc20950c0b0fbe8b3555 (diff)
parentfd33dba73491195b1b55d8495a5c7fc0dbf03d15 (diff)
Merge "Add jenkins job for sshsm project"
Diffstat (limited to 'jjb/aaf/build-sshsm.sh')
-rw-r--r--jjb/aaf/build-sshsm.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/aaf/build-sshsm.sh b/jjb/aaf/build-sshsm.sh
new file mode 100644
index 000000000..e26d44bfd
--- /dev/null
+++ b/jjb/aaf/build-sshsm.sh
@@ -0,0 +1,20 @@
+#!/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