Skip to content

Commit 6ddbb7e

Browse files
authored
Remove Windows debug builds from CI (#204)
1 parent 3d42e4c commit 6ddbb7e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.appveyor.yml

-7
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ image: Visual Studio 2015
44
matrix:
55
fast_finish: true
66
allow_failures:
7-
- platform: x86
8-
configuration: Debug
9-
- platform: x64
10-
configuration: Debug
117
- platform: x86
128
configuration: Release
139
- platform: x64
@@ -21,7 +17,6 @@ cache:
2117
- cmake-build
2218

2319
configuration:
24-
- Debug
2520
- Release
2621

2722
install:
@@ -31,8 +26,6 @@ install:
3126
before_build:
3227
- if not exist cmake-build mkdir cmake-build
3328
- cd cmake-build
34-
- if "%PLATFORM%"=="Win32" if "%CONFIGURATION%"=="Debug" cmake -G "Visual Studio 14 2015" .. -Dtest=ON
35-
- if "%PLATFORM%"=="x64" if "%CONFIGURATION%"=="Debug" cmake -G "Visual Studio 14 2015 Win64" .. -Dtest=ON
3629
- if "%PLATFORM%"=="Win32" if "%CONFIGURATION%"=="Release" cmake -G "Visual Studio 14 2015" .. -Dtest=ON
3730
- if "%PLATFORM%"=="x64" if "%CONFIGURATION%"=="Release" cmake -G "Visual Studio 14 2015 Win64" .. -Dtest=ON
3831

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Change Log
66
* Fixed issue with relative path resolution on Windows [#200](https://github.com/KhronosGroup/COLLADA2GLTF/issues/200)
77
* Updated to OpenCOLLADA 1.6.63
88
* Resolves issue where image elements declared in profile_COMMON are not written [#129](https://github.com/KhronosGroup/COLLADA2GLTF/issues/129) and [#114](https://github.com/KhronosGroup/COLLADA2GLTF/issues/114)
9+
* Remove Windows debug builds from CI - as per [Microsoft](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-6.0/aa260978(v=vs.60)#a-list-of-redistributable-files), they are not to be redistributed
910

1011
### v2.1.3 - 2018-07-01
1112

0 commit comments

Comments
 (0)