summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 6e7c9f9c3492b131aec9857aa048cdd382903ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# appveyor configuration
version: '{build}'

environment:
  matrix:
    - GENERATOR: Visual Studio 12 Win64
    - GENERATOR: Visual Studio 12

before_build:
  - cmake -DENABLE_SSL_SUPPORT=False -G"%GENERATOR%" .

build:
  project: ALL_BUILD.vcxproj
  verbosity: normal