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

os:
  - Visual Studio 2017

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

configuration:
  - Debug
  - Release

install:
  - git clone --depth 1 https://github.com/bkaradzic/bx ..\bx
  - git clone --depth 1 https://github.com/bkaradzic/bimg ..\bimg
  - ..\bx\tools\bin\windows\genie --with-tools --with-examples %TOOLSET%

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