Skip to content

Commit

Permalink
Remove MSVC build from AppVeyor
Browse files Browse the repository at this point in the history
We have GitHub Actions now
  • Loading branch information
jhasse authored Oct 6, 2023
1 parent ffd27d3 commit 22e94da
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ environment:
CHERE_INVOKING: 1 # Tell Bash to inherit the current working directory
matrix:
- MSYSTEM: MINGW64
- MSYSTEM: MSVC
- MSYSTEM: LINUX

matrix:
Expand All @@ -17,8 +16,6 @@ matrix:
MSYSTEM: LINUX
- image: Ubuntu1804
MSYSTEM: MINGW64
- image: Ubuntu1804
MSYSTEM: MSVC

for:
-
Expand All @@ -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
Expand Down

0 comments on commit 22e94da

Please sign in to comment.