Skip to content

Commit

Permalink
Comment out broken CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Dec 19, 2024
1 parent 4404859 commit 51b5321
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ environment:
# ADDPATH: C:\cygwin64\bin;
# TOOLSET: gcc
# CXXSTD: 11,14,1z
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
ADDPATH: C:\mingw\bin;
TOOLSET: gcc
CXXSTD: 11,14,1z
# MinGW 32 bit is not supported by boost system any more
#- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
# ADDPATH: C:\mingw\bin;
# TOOLSET: gcc
# CXXSTD: 11,14,1z
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
ADDPATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;
TOOLSET: gcc
Expand Down

0 comments on commit 51b5321

Please sign in to comment.