From bfdc5da41b9ab8b3f150a619c7893270dc8ccc7f Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 5 Nov 2018 23:31:47 +0800 Subject: Remove unused scripts. --- script/install_packages.ps1 | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 script/install_packages.ps1 diff --git a/script/install_packages.ps1 b/script/install_packages.ps1 deleted file mode 100644 index 57109e6d..00000000 --- a/script/install_packages.ps1 +++ /dev/null @@ -1,21 +0,0 @@ -function CheckLastExitCode -{ - if ($LASTEXITCODE -ne 0) - { - exit $LASTEXITCODE - } -} - -git clone https://github.com/Microsoft/vcpkg.git --depth=1 -& CheckLastExitCode - -cd vcpkg - -& .\bootstrap-vcpkg.bat -& CheckLastExitCode - -.\vcpkg.exe install folly:x64-windows fmt:x64-windows -& CheckLastExitCode - -.\vcpkg.exe integrate install -& CheckLastExitCode -- cgit v1.2.3