[Forensics-changes] [yara] 225/368: Add Travis CI integration

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:42 UTC 2017


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

bengen pushed a commit to annotated tag v3.5.0
in repository yara.

commit 6a8969c201ca11f114248a2b573ff4839b2c78c6
Author: Hilko Bengen <bengen at hilluzination.de>
Date:   Fri Mar 11 20:01:11 2016 +0100

    Add Travis CI integration
---
 .travis.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..af1a569
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+install:
+  - sudo apt-get update -qq
+  - sudo apt-get install -qq libjansson-dev libmagic-dev libssl-dev autoconf automake libtool
+
+before_script: ./bootstrap.sh
+script: ./configure && make && make check
+
+language: c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list