Add appveyor.yml
authormayeut <mayeut@users.noreply.github.com>
Sun, 11 Oct 2015 15:59:54 +0000 (17:59 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sun, 11 Oct 2015 15:59:54 +0000 (17:59 +0200)
appveyor.yml [new file with mode: 0644]

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644 (file)
index 0000000..255f4b8
--- /dev/null
@@ -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