aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilip Tricca <philip.b.tricca@intel.com>2017-05-10 16:58:42 -0700
committerPhilip Tricca <philip.b.tricca@intel.com>2017-05-10 17:27:10 -0700
commit802c47778b685d9d39e1f30ab2a62095692123b6 (patch)
tree4e7dce0d49f85da340ea665d525c855d373843ee /.travis.yml
parentb2f3ed1f0590b34349bb4b014bc62dc4e98f0b8b (diff)
parent2186791bd2994235fd2ef72ac2356d042f5cb653 (diff)
downloadtpm2-tss-802c47778b685d9d39e1f30ab2a62095692123b6.tar.gz
Merge branch 1.x
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d002362..0ea4784a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,11 +22,12 @@ before_script:
script:
- mkdir ./build
- pushd ./build
- - CONFIG_SITE=../lib/default_config.site ../configure --enable-unit
+ - ../configure --enable-unit
- make -j$(nproc)
+ - make check
- make simulator-build
- make simulator-start
- - make check
+ - test/tpmclient/tpmclient
- make simulator-stop
- |
for LOG in $(ls -1 test/unit/*.log); do