[pkg-opensc-commit] [engine-pkcs11] 130/152: Added .travis.yml
Eric Dorland
eric at moszumanska.debian.org
Mon Oct 19 03:11:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository engine-pkcs11.
commit 14468db161df243be7e4bfb9c2fdd19d8d51bed5
Author: Nikos Mavrogiannopoulos <nmav at gnutls.org>
Date: Tue Sep 15 23:01:40 2015 +0200
Added .travis.yml
---
.travis.yml | 11 +++++++++++
README.md | 5 +++++
2 files changed, 16 insertions(+)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..4c5eb1d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: c
+compiler:
+ - clang
+ - gcc
+before_script:
+ - sudo apt-get update -qq
+ - sudo apt-get install -y libsofthsm-dev softhsm opensc libp11-dev
+ - touch config.rpath && autoreconf -fvi && ./configure
+
+script: make && make check && make dist
+
diff --git a/README.md b/README.md
index f21e8e8..8a024b2 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+# Build state
+
+[](https://travis-ci.org/OpenSC/engine_pkcs11)
+
+
# OpenSSL engine for PKCS#11 modules
engine_pkcs11 is a plug-in for the OpenSSL
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git
More information about the pkg-opensc-commit
mailing list