aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: 051d97471e75628e7353092ee6908f623cc08065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: '{build}'
image: Visual Studio 2017

branches:
  except:
    - gh-pages

environment:
  JAVA_HOME: C:\Program Files\Java\jdk1.8.0

install:
  - cinst ant
  - git submodule update --init --recursive

build_script:
  - ant -f build-applet.xml build
  - ant -f build-reader.xml package
  - ant -f build-standalone.xml package