diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml index d12c714d34b2d457a5b4a675bbd4b99c1211362b..a8b6595731f3ba8ecc14fffcd306ada52bb52616 100644 --- a/.gitlab/ci/build.gitlab-ci.yml +++ b/.gitlab/ci/build.gitlab-ci.yml @@ -187,7 +187,7 @@ build:ubuntu_python: # - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force # - Remove-Item .\build_cpp\ -Recurse # # aidge_backend_cpu -# - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/master/download?job=build:windows_cpp" -o build_artifacts.zip' +# - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/main/download?job=build:windows_cpp" -o build_artifacts.zip' # - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force # - Remove-Item .\build_cpp\ -Recurse @@ -227,7 +227,7 @@ build:ubuntu_python: # - 'curl "https://gitlab.eclipse.org/api/v4/projects/5139/jobs/artifacts/main/download?job=build:windows_python" -o build_artifacts.zip' # - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force # # aidge_backend_cpu (Python) -# - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/master/download?job=build:windows_python" -o build_artifacts.zip' +# - 'curl "https://gitlab.eclipse.org/api/v4/projects/5140/jobs/artifacts/main/download?job=build:windows_python" -o build_artifacts.zip' # - Expand-Archive -Path .\build_artifacts.zip -DestinationPath . -Force # - python -m pip install virtualenv