Commit fbd8c07e authored by Maxence Naud's avatar Maxence Naud
Browse files

Update cibuildwheel_windows.gitlab-ci.yml

parent 88a11a0a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ release:pip:windows:
    - choco install python -y
    - $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
    # Explicitly set up Visual Studio environment
    - $vsPath = "C:\Program Files\Microsoft Visual Studio\2022\BuildTools"
    - call "C:\Program Files\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\VsDevCmd.bat"
    - Import-Module "$vsPath\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
    - Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation
    - py -m pip install cibuildwheel==2.22.0
@@ -60,7 +60,7 @@ release:pip:windows:
    - !reference [.windows:download:repositories, before_script] 
 
  script:
    - $env:CMAKE_GENERATOR = "NMake Makefiles"
    - $env:CMAKE_GENERATOR = "Visual Studio 17 2022"
    - python -m cibuildwheel --output-dir wheelhouse --platform windows --verbose