summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/.appveyor.yml
blob: b0b107726f81907988e69e3deb58abd6ee1992d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
shallow_clone: true

os:
  - Visual Studio 2019

environment:
  matrix:
  - TOOLSET: vs2017
#  - TOOLSET: vs2019

configuration:
  - Debug
  - Release

install:
  tools\bin\windows\genie %TOOLSET%

build:
  project: .build/projects/$(TOOLSET)/bx.sln