[Forensics-changes] [yara] 339/368: Enable "cuckoo" and "magic" modules while building in Travis

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:55 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 94e3922f2a4ccb558df4d9fd0b30f792c11f07df
Author: plusvic <plusvic at gmail.com>
Date:   Wed Jun 22 22:47:02 2016 +0200

    Enable "cuckoo" and "magic" modules while building in Travis
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0dcca07..6e907b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ install:
 
 before_script: ./bootstrap.sh
 
-script: ./configure && make && make check
+script: ./configure --enable-cuckoo --enable-magic && 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