• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tpm2-software / tpm2-tss / 1893
36%

Build:
DEFAULT BRANCH: master
Ran 07 Feb 2019 05:24PM UTC
Jobs 6
Files 2028
Run time 600min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1893

push

travis-ci

tstruk
build: remove fake config.h

When ac config header was introduced and the C files included
config.h header it created a problem for windows build, where
the config.h file was never generated. To solve this windows
build problem an empty file was added to satisfy the
#include <config.h> on windows.
This created a different problem though. The problem is solely
git related. When configure generates the header with different
configuration values then git status treats this auto-generated
updates as legitimate code changes and "git commit -a ..." will
add the changes to the commit.
It can be worked around locally by
git update-index --assume-unchanged config.h or
git update-index --skip-worktree config.h but there is no good
way to enforce this on remote repo and propagate it to clones.
To avoid that we remove the header from tracked files and only
include this file on systems different than windows.

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>

16705 of 19781 relevant lines covered (84.45%)

1114.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1893.1 (WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable) 07 Feb 2019 05:24PM UTC 0
84.3
Travis Job 1893.1
3 1893.3 (WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_1_0-stable) 07 Feb 2019 05:29PM UTC 0
84.3
Travis Job 1893.3
5 1893.5 (WITH_CRYPTO=gcrypt OPENSSL_BRANCH=OpenSSL_1_0_2-stable) 07 Feb 2019 05:41PM UTC 0
84.36
Travis Job 1893.5
7 1893.7 (WITH_TCTI_ASYNC=yes WITH_TCTI_PARTIAL=yes WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable) 07 Feb 2019 05:45PM UTC 0
84.18
Travis Job 1893.7
9 1893.9 (WITH_TCTI_ASYNC=yes WITH_TCTI_PARTIAL=no WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable) 07 Feb 2019 06:00PM UTC 0
84.31
Travis Job 1893.9
11 1893.11 (WITH_TCTI_ASYNC=no WITH_TCTI_PARTIAL=yes WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable) 07 Feb 2019 06:02PM UTC 0
84.18
Travis Job 1893.11
Source Files on build 1893
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1893
  • 301058ed on github
  • Prev Build on master (#1892)
  • Next Build on master (#1897)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc