From 31f733964f0112918482895cc8b7e7c08539b8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arttu=20Yl=C3=A4-Outinen?= Date: Mon, 9 Nov 2015 12:13:20 +0200 Subject: [PATCH] Enable AVX2 in external symbols check on travis. Some symbols do not get compiled into the library when AVX2 is disabled. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d327129b..811bb091 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,9 @@ matrix: env: KVZ_DISABLE_AVX2="" # Check for external symbols without kvz_ prefix. - - script: + - compiler: gcc-4.8 + env: KVZ_DISABLE_AVX2="" + script: - cd src - make libkvazaar.a - (! nm -go --defined-only libkvazaar.a | grep -v ' kvz_')