Skip to content
Snippets Groups Projects
Commit 8bc573ee authored by Maxence Naud's avatar Maxence Naud
Browse files

Update cibuildwheel_windows.gitlab-ci.yml

parent cd653d26
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,9 @@ release:pip:windows: ...@@ -51,6 +51,9 @@ release:pip:windows:
- choco install cmake.install --installargs '"ADD_CMAKE_TO_PATH=System"' -Y - choco install cmake.install --installargs '"ADD_CMAKE_TO_PATH=System"' -Y
- choco install git.install -y - choco install git.install -y
- choco install python -y - choco install python -y
# Install NuGet provider
- Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
# Set up Visual Studio environment # Set up Visual Studio environment
- Install-Module VSSetup -Scope CurrentUser -Force -ErrorAction SilentlyContinue - Install-Module VSSetup -Scope CurrentUser -Force -ErrorAction SilentlyContinue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment