Skip to content

Commit

Permalink
Merge pull request #1352 from berryzplus/feature/use_pre-installed_msys2
Browse files Browse the repository at this point in the history
azure pipelineのmsys2インストールをやめる。
  • Loading branch information
berryzplus authored Jul 28, 2020
2 parents 5b936dd + 934b2d4 commit 66cda09
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ci/azure-pipelines/template.steps.install-mingw-w64-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 66cda09

Please sign in to comment.