diff options
Diffstat (limited to '3rdparty/bx/.appveyor.yml')
-rw-r--r-- | 3rdparty/bx/.appveyor.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/3rdparty/bx/.appveyor.yml b/3rdparty/bx/.appveyor.yml index db402c41b97..96ec072ce84 100644 --- a/3rdparty/bx/.appveyor.yml +++ b/3rdparty/bx/.appveyor.yml @@ -1,13 +1,12 @@ shallow_clone: true os: - - Visual Studio 2015 + - Visual Studio 2017 environment: matrix: - - TOOLSET: vs2012 - - TOOLSET: vs2013 - TOOLSET: vs2015 + - TOOLSET: vs2017 configuration: - Debug |