[pkg-opensc-commit] [opensc] 87/295: travis for OCX: fix missing 'sed'
Eric Dorland
eric at moszumanska.debian.org
Sat Jun 24 21:11:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository opensc.
commit 0f22c0fd7732ca583bcfdf5ff37e70b466602042
Author: Viktor Tarasov <viktor.tarasov at gmail.com>
Date: Tue Oct 4 10:34:58 2016 +0200
travis for OCX: fix missing 'sed'
Due to bugs in Travis CI:
$ ./bootstrap
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy --force
/usr/local/bin/glibtoolize: line 401: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 401: /usr/local/Library/ENV/4.3/sed: No such file or directory
/usr/local/bin/glibtoolize: line 401: /usr/local/Library/ENV/4.3/sed: No such file or directory
Apply solution from https://github.com/mkrufky/libdvbtee/issues/22 .
Fixes #881
---
.travis.yml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 75806fa..bbb88b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -77,4 +77,13 @@ script:
wine "C:/Program Files (x86)/Inno Setup 5/ISCC.exe" win32/OpenSC.iss;
fi
+
+before_install:
+ - if [ "$TRAVIS_OS_NAME" != "linux" ]; then
+ brew update;
+ brew uninstall libtool;
+ brew install libtool;
+ brew install libdvbpsi libhdhomerun;
+ fi
+
cache: ccache
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git
More information about the pkg-opensc-commit
mailing list