Modify travis to run test and build tcg_rim_tool

This commit is contained in:
chubtub 2020-08-04 14:52:33 -04:00
parent 33c20e8c70
commit fbfda29d85

View File

@ -17,6 +17,7 @@ env:
- SUBPROJECT=HIRS_AttestationCAPortal
- SUBPROJECT=TPM_Utils
- SUBPROJECT=tpm_module
- TCG_RIM_TOOL=tools/tcg_rim_tool
services:
- docker
@ -32,7 +33,7 @@ cache:
install: true
script:
- docker run --rm -v $(pwd):/HIRS hirs/hirs-ci:centos7 /bin/bash -c "cd /HIRS; ./gradlew :$SUBPROJECT:build -x test"
- docker run --rm -v $(pwd):/HIRS hirs/hirs-ci:centos7 /bin/bash -c "cd /HIRS; ./gradlew :$SUBPROJECT:build -x test :$TCG_RIM_TOOL:build"
jobs:
include: