Enable AVX2 in external symbols check on travis.

Some symbols do not get compiled into the library when AVX2 is disabled.
This commit is contained in:
Arttu Ylä-Outinen 2015-11-09 12:13:20 +02:00
parent aaacd9f868
commit 31f733964f

View file

@ -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_')