mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
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:
parent
aaacd9f868
commit
31f733964f
|
@ -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_')
|
||||
|
|
Loading…
Reference in a new issue