Jenkinsfile changes to run LTP in SGX

This commit is contained in:
Don Porter
2019-10-07 10:44:17 -04:00
parent bc0beaa253
commit 56e99b1ae7
+6
View File
@@ -57,6 +57,12 @@ pipeline {
make SGX=1 regression
'''
}
sh '''
cd LibOS/shim/test/apps/ltp
make SGX=1
make SGX_RUN=1
SGX_RUN=1 ./syscalls.sh
'''
timeout(time: 5, unit: 'MINUTES') {
sh '''
cd LibOS/shim/test/apps/python