[Forensics-changes] [yara] 282/368: Add build matrix that includes 32bit build
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:30:48 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 5de8555e84d5cc01ee4644e69dc61759a7a9a53e
Author: Hilko Bengen <bengen at hilluzination.de>
Date: Wed May 25 01:19:50 2016 +0200
Add build matrix that includes 32bit build
---
.travis.yml | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index af1a569..6dd01a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,16 @@
+dist: trusty
+sudo: required
install:
- - sudo apt-get update -qq
- - sudo apt-get install -qq libjansson-dev libmagic-dev libssl-dev autoconf automake libtool
+ - sudo dpkg --add-architecture i386
+ # Not all repositories contain i386 binary packages
+ - sudo rm -rf /etc/apt/sources.list.d/
+ - sudo apt-get update
+ - sudo apt-get install -y gcc-multilib autoconf automake libtool libjansson-dev libmagic-dev libssl-dev
before_script: ./bootstrap.sh
script: ./configure && make && make check
language: c
+env:
+ - CFLAGS=-m64
+ - CFLAGS=-m32
--
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