diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-11 17:59:54 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-11 17:59:54 +0200 |
| commit | 0cd240e2e3b1e676c5bf02463141fb13ffd45973 (patch) | |
| tree | e6dea2f627303929fd437eb5d3ac88fd96a7903d | |
| parent | dac03fd1683b4f51982d134ea172748d0bc9ae15 (diff) | |
Add appveyor.yml
| -rw-r--r-- | appveyor.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..255f4b83 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,26 @@ +version: 2.1.1.{build} +branches: + except: + - coverity_scan +skip_tags: true +clone_depth: 50 +environment: + OPJ_NONCOMMERCIAL: 1 + OPJ_CI_SKIP_TESTS: 0 + OPJ_DO_SUBMIT: 1 + matrix: + - OPJ_CI_ARCH: x86 + OPJ_CI_VSCOMNTOOLS: $(VS140COMNTOOLS) + - OPJ_CI_ARCH: x64 + OPJ_CI_VSCOMNTOOLS: $(VS140COMNTOOLS) + - OPJ_CI_ARCH: x86 + OPJ_CI_VSCOMNTOOLS: $(VS100COMNTOOLS) +install: +- cmd: c:\cygwin\bin\bash ./tools/travis-ci/install.sh +build_script: +- cmd: >- + "%OPJ_CI_VSCOMNTOOLS%..\..\VC\vcvarsall.bat" %OPJ_CI_ARCH% + + bash ./tools/travis-ci/run.sh +test: off +deploy: off |
