Merge pull request #637 from stweil/fixes
[openjpeg.git] / appveyor.yml
1 version: 2.1.1.{build}
2 branches:
3   except:
4   - coverity_scan
5 skip_tags: true
6 clone_depth: 50
7 environment:
8   matrix:
9   - OPJ_CI_ARCH: x86
10     OPJ_CI_VSCOMNTOOLS: $(VS140COMNTOOLS)
11   - OPJ_CI_ARCH: x64
12     OPJ_CI_VSCOMNTOOLS: $(VS140COMNTOOLS)
13   - OPJ_CI_ARCH: x86
14     OPJ_CI_VSCOMNTOOLS: $(VS100COMNTOOLS)
15 install:
16 - cmd: c:\cygwin\bin\bash ./tools/travis-ci/install.sh
17 build_script:
18 - cmd: >-
19     "%OPJ_CI_VSCOMNTOOLS%..\..\VC\vcvarsall.bat" %OPJ_CI_ARCH%
20
21     bash ./tools/travis-ci/run.sh
22 test: off
23 deploy: off