From 072ece6da97820bc50e897eb5bea9ddd9aeb9e37 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Tue, 14 Mar 2023 23:40:53 -0400 Subject: [PATCH] Fetch cmake from pip --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c2cee7141e..3ca82a99a58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ variables: before_script: - python -m venv .venv - .\.venv\Scripts\Activate.ps1 - - pip install --upgrade llbase autobuild certifi sentry-cli + - pip install --upgrade llbase autobuild certifi sentry-cli cmake script: - autobuild configure -c Release -- -DUSE_LTO=ON -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE -DENABLE_DELTA_GEN=ON -DHAVOK_TPV=OFF - autobuild build -c Release --no-configure @@ -89,7 +89,7 @@ variables: before_script: - python3 -m venv .venv - source .venv/bin/activate - - pip3 install --upgrade llbase autobuild dmgbuild certifi sentry-cli + - pip3 install --upgrade llbase autobuild dmgbuild certifi sentry-cli cmake script: - autobuild configure -c Release -- -DENABLE_SIGNING=ON -DUSE_LTO=ON -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE -DHAVOK_TPV=OFF - autobuild build -c Release --no-configure @@ -131,7 +131,7 @@ variables: before_script: - python3 -m venv .venv - source .venv/bin/activate - - pip3 install --upgrade llbase autobuild certifi sentry-cli + - pip3 install --upgrade llbase autobuild certifi sentry-cli cmake script: - autobuild configure -c Release -- -DUSE_LTO=ON -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE -DHAVOK_TPV=OFF - autobuild build -c Release --no-configure -- GitLab