Skip to content
Snippets Groups Projects
Commit f59ab2de authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Revert "Move windows CI to windows containers host"

This reverts commit 9e3cf26b
parent 2a2728f6
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -58,9 +58,8 @@ variables:
.win_build:
stage: build
image: r.alchemyviewer.org/alchemy/infrastructure/windows-build-image:latest
tags:
- docker
- autobuild
- windows
cache:
key:
......@@ -72,6 +71,8 @@ variables:
- .cache/pip
when: 'always'
before_script:
- python -m venv .venv
- .\.venv\Scripts\Activate.ps1
- pip install --upgrade llbase autobuild certifi sentry-cli cmake
script:
- autobuild configure -c Release -- -DUSE_LTO="${ENABLE_LTO}" -DHAVOK_TPV="${USE_HAVOK}" -DLL_TESTS="${ENABLE_TESTS}" -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE
......
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