mirror of
https://git.suyu.dev/suyu/ci-docker.git
synced 2026-01-06 22:48:54 +01:00
Use msys2 dependencies
This commit is contained in:
parent
2ac479d97b
commit
7f52da56f9
4 changed files with 14 additions and 51 deletions
|
|
@ -18,5 +18,5 @@ build windows x64:
|
|||
- docker:dind
|
||||
script:
|
||||
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin
|
||||
- docker build --ulimit nofile=5000:5000 -f Dockerfile-windows -t ${CI_REGISTRY_IMAGE}:windows-x64 .
|
||||
- docker build -f Dockerfile-windows -t ${CI_REGISTRY_IMAGE}:windows-x64 .
|
||||
- docker push ${CI_REGISTRY_IMAGE}:windows-x64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue