mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-19 08:36:21 +00:00
Modify travis to run test and build tcg_rim_tool
This commit is contained in:
parent
33c20e8c70
commit
fbfda29d85
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user