summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/.appveyor.yml
blob: 96ec072ce8457b9945ff5f4f0e8e538f83f13d57 (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 2017

environment:
  matrix:
  - TOOLSET: vs2015
  - TOOLSET: vs2017

configuration:
  - Debug
  - Release

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

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