diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b20d945f2c8efe6de63eeda7538283efb8438367..38de1d3f90a0b10df5a89446ae8838d24b01748d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ build windows: - Copy-Item 'C:/Windows/System32/ddraw.dll' 'windows/ddraw.dll' - Copy-Item 'C:/Windows/System32/nvcuda.dll' 'windows/nvcuda.dll' script: - - docker build --isolation process --memory 12G --pull -t "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):windows" windows + - docker build --isolation process --memory 15G --pull -t "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):windows" windows - docker push "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):windows" after_script: - docker logout "${CI_REGISTRY}"