krb5 commit: Bump cmocka version in Travis build
Greg Hudson
ghudson at mit.edu
Mon Jul 17 11:54:17 EDT 2017
https://github.com/krb5/krb5/commit/d7cea23604b95e790bcc581c0e8e8f77090f7718
commit d7cea23604b95e790bcc581c0e8e8f77090f7718
Author: Greg Hudson <ghudson at mit.edu>
Date: Mon Jul 17 11:43:32 2017 -0400
Bump cmocka version in Travis build
.travis.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index a503cd6..ec170ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,10 +15,10 @@ before_install:
- sudo apt-get install -y bison dejagnu gettext keyutils ldap-utils libldap2-dev libkeyutils-dev libssl-dev python-cjson python-paste python-pyrad slapd tcl-dev tcsh
- mkdir -p cmocka/build
- cd cmocka
- - wget https://cmocka.org/files/1.0/cmocka-1.0.1.tar.xz
- - tar -xvf cmocka-1.0.1.tar.xz
+ - wget https://cmocka.org/files/1.1/cmocka-1.1.1.tar.xz
+ - tar -xvf cmocka-1.1.1.tar.xz
- cd build
- - cmake ../cmocka-1.0.1 -DCMAKE_INSTALL_PREFIX=/usr
+ - cmake ../cmocka-1.1.1 -DCMAKE_INSTALL_PREFIX=/usr
- make
- sudo make install
- cd ../..
More information about the cvs-krb5
mailing list