Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit 7f2552d

Browse files
committed
remove mingw and msys as there is a know issue with latest version, cginternals/glbinding#297
1 parent fa18c8a commit 7f2552d

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

appveyor.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,17 @@ environment:
2828
PROJECT_DIR: examples\glbinding
2929
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
3030

31-
- TOOLCHAIN: "mingw-cxx17"
32-
PROJECT_DIR: examples\glbinding
33-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
34-
35-
- TOOLCHAIN: "msys-cxx17"
36-
PROJECT_DIR: examples\glbinding
37-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
31+
#https://ci.appveyor.com/project/caseymcc/hunter/builds/30665438/job/n0hjiflmuvwkyoy1
32+
#Know issue in latest release, https://github.com/cginternals/glbinding/issues/297
33+
# - TOOLCHAIN: "mingw-cxx17"
34+
# PROJECT_DIR: examples\glbinding
35+
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
36+
37+
#https://ci.appveyor.com/project/caseymcc/hunter/builds/30665438/job/3k548iyr3j1ymy0n
38+
#Know issue in latest release, https://github.com/cginternals/glbinding/issues/297
39+
# - TOOLCHAIN: "msys-cxx17"
40+
# PROJECT_DIR: examples\glbinding
41+
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
3842

3943
install:
4044
# Python 3

0 commit comments

Comments
 (0)