[pkg-opensc-commit] [libp11] 219/239: Added travis.yml

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit 9b626a7fbb34700cc5c5f5b4671979abcc9962d3
Author: Nikos Mavrogiannopoulos <nmav at gnutls.org>
Date:   Tue Sep 15 22:52:05 2015 +0200

    Added travis.yml
---
 .travis.yml | 11 +++++++++++
 README.md   |  6 ++++++
 2 files changed, 17 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a3623a7
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: c
+compiler:
+  - gcc
+  - clang
+before_script:
+  - sudo apt-get update -qq
+  - sudo apt-get install -y softhsm libsofthsm-dev opensc
+  - touch config.rpath && autoreconf -fvi && ./configure
+
+script: make && make check && make dist
+
diff --git a/README.md b/README.md
index 0b07211..4550720 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
+Build state
+===========
+
+[![Build Status](https://travis-ci.org/OpenSC/libp11.png)](https://travis-ci.org/OpenSC/libp11)
+
+
 libp11 README -- Information for developers
 ===========================================
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list