From 934b2d48429ef91bd70c6655fda2c66cce906bcc Mon Sep 17 00:00:00 2001 From: berryzplus Date: Sun, 26 Jul 2020 16:37:30 +0900 Subject: [PATCH] =?UTF-8?q?azure=20pipeline=E3=81=AEmsys2=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=82=92=E3=82=84?= =?UTF-8?q?=E3=82=81=E3=82=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit msys2とmingw-w64が標準でプリインストールされるようになったため廃止する。 --- .../template.steps.install-mingw-w64-gcc.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ci/azure-pipelines/template.steps.install-mingw-w64-gcc.yml b/ci/azure-pipelines/template.steps.install-mingw-w64-gcc.yml index 93e7764a0a..07f0075568 100644 --- a/ci/azure-pipelines/template.steps.install-mingw-w64-gcc.yml +++ b/ci/azure-pipelines/template.steps.install-mingw-w64-gcc.yml @@ -5,14 +5,5 @@ # なし ############################################################################################################# steps: - - script: cinst msys2 --params "/InstallDir=C:/msys64" --no-progress - displayName: install msys2 - - - script: C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-libs" - displayName: install MinGW-w64-gcc - - - script: C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-make" - displayName: install MinGW-w64-make - - script: C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-gtest" displayName: install MinGW-w64-gtest