Skip to content

Commit

Permalink
Remove ci-common
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed Jun 27, 2019
1 parent c01107f commit 1aa7fac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
10 changes: 9 additions & 1 deletion build/windows/build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
@echo on

:: Install build dependencies
call %~dp0ci-common.bat
if defined KOKORO_BUILD_ID (
echo Installing CMake
choco install cmake -y
refreshenv

echo Installing LLVM
choco install llvm --version 8.0.0 -y
refreshenv
)
if errorlevel 1 exit /b %errorlevel%

:: Put Visual Studio tools on the PATH
Expand Down
15 changes: 0 additions & 15 deletions build/windows/ci-common.bat

This file was deleted.

0 comments on commit 1aa7fac

Please sign in to comment.