Skip to content
Snippets Groups Projects
Commit 689c546d authored by Martin Heistermann's avatar Martin Heistermann
Browse files

test

parent 1928b7ba
No related branches found
No related tags found
No related merge requests found
Pipeline #9032 failed
......@@ -34,7 +34,7 @@
--build-arg MSVC_CHANNEL="${Env:MSVC_CHANNEL}"
--build-arg VCS_REF="${Env:CI_COMMIT_SHA}"
--build-arg VCS_URL="${Env:CI_PROJECT_URL}"
--memory 4GB
--memory 8GB
--cache-from "${TAG_LATEST}"
--tag "${TAG}"
.
......@@ -42,6 +42,9 @@
- docker push "${TAG}"
- docker tag "${TAG}" "${TAG_LATEST}"
- docker push "${TAG_LATEST}"
- export TAG_LATEST="${Env:CI_REGISTRY_IMAGE}:x86-vs2022-latest"
- docker tag "${TAG}" "${TAG_LATEST}"
- docker push "${TAG_LATEST}"
after_script:
# Workaround for https://gitlab.com/gitlab-org/gitlab-foss/-/issues/40925
......
......@@ -88,14 +88,13 @@ RUN vcpkg install `
yasm-tool:x86-windows `
--clean-after-build
#metis
#coin-or-ipopt
RUN vcpkg install metis --clean-after-build
RUN vcpkg install coin-or-ipopt --clean-after-build
# This is for later use in containers, cache does not exist here.
# Therefore, only set this after we're done with vcpkg:
ENV VCPKG_DEFAULT_BINARY_CACHE "C:\cache\vcpkg"
ENV VCPKG_DEFAULT_BINARY_CACHE "C:\\cache\\vcpkg"
ENTRYPOINT ["C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat", "-arch=amd64", "&&", "powershell.exe", "-NoLogo", "-ExecutionPolicy", "Bypass"]
......
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