diff options
author | Jan Niklas Hasse <jhasse@bixense.com> | 2023-10-06 14:47:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 14:47:03 (GMT) |
commit | 22e94dad2f560ad760f28bdf88b8bcc6a8250bc0 (patch) | |
tree | 54e5cb52b67980d9b99fa77906006655ebb0b37c /appveyor.yml | |
parent | ffd27d394c65e6c3ceec486a2530f776debd1c0b (diff) | |
download | Ninja-22e94dad2f560ad760f28bdf88b8bcc6a8250bc0.zip Ninja-22e94dad2f560ad760f28bdf88b8bcc6a8250bc0.tar.gz Ninja-22e94dad2f560ad760f28bdf88b8bcc6a8250bc0.tar.bz2 |
Remove MSVC build from AppVeyor
We have GitHub Actions now
Diffstat (limited to 'appveyor.yml')
-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 |