summaryrefslogblamecommitdiffstatshomepage
path: root/3rdparty/bgfx/.appveyor.yml
blob: 15bcc62ba274ce4bc99adc50e3a80a3eb3a9a3b3 (plain) (tree)
1
2
3
4
5
6
7
8
9


                   
                      


            
                   
                   





              


                                                                        


                                              
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