[git] GPG-ERROR - branch, master, updated. gpgrt-1.28-19-gd4faf67
by Werner Koch
cvs at cvs.gnupg.org
Thu Mar 22 20:36:42 CET 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".
The branch, master has been updated
via d4faf67b6367a972af18e8b7a02935bc84f3f678 (commit)
from 1bf46d047c60d3dc2cb21f0b321f7299b1611580 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d4faf67b6367a972af18e8b7a02935bc84f3f678
Author: Werner Koch <wk at gnupg.org>
Date: Thu Mar 22 20:28:38 2018 +0100
build: More travis.yml tweaking
--
diff --git a/.travis.yml b/.travis.yml
index b009106..6ae94b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,22 @@
-{
- "language": "c",
- "compiler": "gcc",
- "script": "./autogen.sh --git-build",
- "os": "linux",
- "group": "stable",
- "dist": "trusty"
-}
+language: c
+
+os:
+ - linux
+ dist: trusty
+ sudo: required
+ - osx
+
+compiler:
+ - gcc
+ - clang
+
+before_install:
+- echo "Building for $TRAVIS_OS_NAME\n";
+
+#Linux
+if [ $TRAVIS_OS_NAME == linux ]; then
+ sudo apt-get update -qq;
+ sudo apt-get install gettext;
+fi
+
+script: ./autogen.sh --git-build
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 30 ++++++++++++++++++++++--------
1 file changed, 22 insertions(+), 8 deletions(-)
hooks/post-receive
--
Error codes used by GnuPG et al.
http://git.gnupg.org
More information about the Gnupg-commits
mailing list