From: Anders F Björklund Date: Sat, 28 Jul 2018 10:30:10 +0000 (+0200) Subject: Make sure to install gperf for analyze X-Git-Tag: v3.5~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90203a0f53c34bdf9c277fdf19a92ea0b31fc39f;p=thirdparty%2Fccache.git Make sure to install gperf for analyze Also move the 32-bit libraries to the 32-bit target (only). Closes #290 --- 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