.travis.yml: add a conf with OPJ_NUM_THREADS=2

This commit is contained in:
Even Rouault 2016-05-25 18:39:41 +02:00
parent 57b216bb58
commit e3eb0a206d
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ matrix:
- os: linux
compiler: gcc
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release OPJ_CI_INCLUDE_IF_DEPLOY=1
- os: linux
compiler: gcc
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release OPJ_NUM_THREADS=2
- os: linux
compiler: gcc
env: OPJ_CI_ARCH=i386 OPJ_CI_BUILD_CONFIGURATION=Release