From 90203a0f53c34bdf9c277fdf19a92ea0b31fc39f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sat, 28 Jul 2018 12:30:10 +0200 Subject: [PATCH] Make sure to install gperf for analyze Also move the 32-bit libraries to the 32-bit target (only). Closes #290 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31438d6ed..582e607df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ addons: - gperf - elfutils - zlib1g-dev - - lib32z1-dev os: - linux @@ -25,6 +24,7 @@ matrix: apt: packages: - gcc-multilib + - lib32z1-dev - os: linux compiler: i686-w64-mingw32-gcc env: HOST="--host=i686-w64-mingw32" TEST="unittest/run.exe" @@ -45,6 +45,7 @@ matrix: apt: packages: - clang # scan-build + - gperf - os: linux compiler: gcc env: CUDA=8.0.61-1 -- 2.47.2