Skip to content

Commit

Permalink
Remove kokoro scripts for VS2017
Browse files Browse the repository at this point in the history
Fixes: #1421
  • Loading branch information
dneto0 committed Jun 17, 2024
1 parent 70552f5 commit b1001b5
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 126 deletions.
3 changes: 0 additions & 3 deletions kokoro/windows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ cd %SRC%\build
if %VS_VERSION% == 2019 (
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
echo "Using VS 2019..."
) else if %VS_VERSION% == 2017 (
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
echo "Using VS 2017..."
)

:: #########################################
Expand Down
23 changes: 0 additions & 23 deletions kokoro/windows/build_debug_2017.bat

This file was deleted.

24 changes: 0 additions & 24 deletions kokoro/windows/build_release_2017.bat

This file was deleted.

22 changes: 0 additions & 22 deletions kokoro/windows/continuous_debug_2017.cfg

This file was deleted.

22 changes: 0 additions & 22 deletions kokoro/windows/continuous_release_2017.cfg

This file was deleted.

16 changes: 0 additions & 16 deletions kokoro/windows/presubmit_debug_2017.cfg

This file was deleted.

16 changes: 0 additions & 16 deletions kokoro/windows/presubmit_release_2017.cfg

This file was deleted.

0 comments on commit b1001b5

Please sign in to comment.