diff options
author | Jan Niklas Hasse <jhasse@bixense.com> | 2023-10-06 21:11:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 21:11:21 (GMT) |
commit | b84b3501c63042e72b05c90c76d75e0381daa4cf (patch) | |
tree | 2a429a45de1160db6406f9e5c400bd4590a5a098 | |
parent | 93d0d3539b8728eb1091fb4d725533d4fc1a71a9 (diff) | |
parent | 22e94dad2f560ad760f28bdf88b8bcc6a8250bc0 (diff) | |
download | Ninja-b84b3501c63042e72b05c90c76d75e0381daa4cf.zip Ninja-b84b3501c63042e72b05c90c76d75e0381daa4cf.tar.gz Ninja-b84b3501c63042e72b05c90c76d75e0381daa4cf.tar.bz2 |
Merge pull request #2338 from ninja-build/remove-appveyor-msvc
Remove MSVC build from AppVeyor
-rw-r--r-- | appveyor.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/appveyor.yml b/appveyor.yml index f0b92b8..7c39aba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,6 @@ environment: CHERE_INVOKING: 1 # Tell Bash to inherit the current working directory matrix: - MSYSTEM: MINGW64 - - MSYSTEM: MSVC - MSYSTEM: LINUX matrix: @@ -17,8 +16,6 @@ matrix: MSYSTEM: LINUX - image: Ubuntu1804 MSYSTEM: MINGW64 - - image: Ubuntu1804 - MSYSTEM: MSVC for: - @@ -32,22 +29,6 @@ for: ./ninja all\n ./ninja_test 2>&1\n ./misc/ninja_syntax_test.py 2>&1\n\"@" - - - matrix: - only: - - MSYSTEM: MSVC - build_script: - - cmd: >- - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" - - python configure.py --bootstrap - - ninja.bootstrap.exe all - - ninja_test - - python misc/ninja_syntax_test.py - - matrix: only: - image: Ubuntu1804 |