aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam Roberts <william.c.roberts@intel.com>2018-11-02 14:34:58 -0700
committerTadeusz Struk <tadeusz.struk@intel.com>2018-11-19 12:33:56 -0800
commitcde235376894d1e020ed9c37b31dee52e2a33fcb (patch)
treeb2c4e290bfc62d94d7c13e1110ed2e4d7644cbed /.travis.yml
parentdd212a289b834badd17f8f336c8c353e72239787 (diff)
downloadtpm2-tss-cde235376894d1e020ed9c37b31dee52e2a33fcb.tar.gz
m4: remove ld-version-script.m4
Remove the ld-version-script.m4 and specify the gnulib m4 directory to autoreconf via -I. Signed-off-by: William Roberts <william.c.roberts@intel.com>
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 1bad60a0..86dbb7aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ env:
- CMOCKA_CFLAGS="-I$(pwd)/cmocka/include -I/usr/include"
- CMOCKA_LIBS="-L$(pwd)/cmocka/lib -lcmocka"
- PATH="$(pwd)/ibmtpm/src:$(pwd)/doxygen/build/bin:${PATH}"
+ - GNULIB_M4="/usr/share/gnulib/m4"
addons:
apt:
@@ -39,7 +40,7 @@ addons:
name: "01org/TPM2.0-TSS"
description: Build submitted via Travis-CI
notification_email: philip.b.tricca@intel.com
- build_command_prepend: "./bootstrap && ./configure"
+ build_command_prepend: "./bootstrap -I ${GNULIB_M4} && ./configure"
build_command: "make --jobs=$(nproc)"
branch_pattern: coverity_scan
@@ -95,7 +96,7 @@ install:
- popd
before_script:
- - ./bootstrap
+ - ./bootstrap -I ${GNULIB_M4}
script:
# short-circuit normal build if we've already done a coverity scan