mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-23 03:49:42 +00:00
disable appveyor config for MSVC 2015
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@357631 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fbddc46986
commit
7050d98b9a
11
appveyor.yml
11
appveyor.yml
@ -18,11 +18,12 @@ environment:
|
||||
GENERATOR: Ninja
|
||||
MAKE_PROGRAM: ninja
|
||||
APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||
MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
|
||||
GENERATOR: MinGW Makefiles
|
||||
MAKE_PROGRAM: mingw32-make
|
||||
APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
||||
# TODO: Maybe re-enable this configuration? Do we want to support MSVC 2015's runtime?
|
||||
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||
# MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
|
||||
# GENERATOR: MinGW Makefiles
|
||||
# MAKE_PROGRAM: mingw32-make
|
||||
# APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
||||
|
||||
install:
|
||||
############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user