Commit Graph

14 Commits

Author SHA1 Message Date
Eric Fiselier
7050d98b9a disable appveyor config for MSVC 2015
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@357631 91177308-0d34-0410-b5e6-96231b3b80d8
2019-04-03 20:36:51 +00:00
Eric Fiselier
abfbf147f6 Update LLVM version used on Appveyor bot, remove MSVC 2015 bot
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@345652 91177308-0d34-0410-b5e6-96231b3b80d8
2018-10-30 21:23:31 +00:00
Eric Fiselier
ff17452d7c Rename Appveyor install helper script.
I'm really lazy and the old name for the helper script
killed 2 letter tab completion for the include directory.
This patch renames it to avoid that problem and enable
lazyness.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302619 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-10 02:43:02 +00:00
Eric Fiselier
9d987bafc4 attempt to fix appveyor syntax error
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302616 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-10 02:34:56 +00:00
Eric Fiselier
85fc444fc6 Add MinGW64 builder to Appveyor.
With the amount of work happening on Windows we should
have a MinGW bot to make sure we don't regress that functionality.
Currently it doesn't build :-(

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302614 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-10 02:30:16 +00:00
Eric Fiselier
8ef97ec751 Change Appveyor to download Clang from llvm.org instead of my private server
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302181 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-04 19:04:50 +00:00
Eric Fiselier
58291566ed Attempt to enable the LIT progress bar on Appveyor
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302115 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-04 05:32:54 +00:00
Eric Fiselier
a64f7198c7 Setup Appveyor bot for MSVC 2017 and MSVC 2015
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302113 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-04 05:16:48 +00:00
Eric Fiselier
f3b2962c72 Attempt to escape paths correctly
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302102 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-04 01:17:22 +00:00
Eric Fiselier
8677b63a2c Attempt to setup MSVC 2017
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302101 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-04 01:17:21 +00:00
Eric Fiselier
621612c845 Test commit for Appveyor - Remove incorrect caching logic
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302097 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-04 00:16:35 +00:00
Eric Fiselier
16d4a3f21c Attempt to fix appveyor build
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302084 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-03 21:14:26 +00:00
Eric Fiselier
02213ed1e1 change what branches Appveyor builds
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@300788 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-19 23:27:48 +00:00
Eric Fiselier
a5ca9445f6 Add appveyor.yml config for a future Windows bot.
I'm currently trying to get a libc++ Windows builder working on appveyor.
This patch adds the configuration file needed to build libc++ on Appveyor.
Details of where the buildbot can be found will come later

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@300786 91177308-0d34-0410-b5e6-96231b3b80d8
2017-04-19 23:26:21 +00:00