summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-04-05 19:40:36 +0200
committerAki <please@ignore.pl>2024-04-05 19:40:36 +0200
commit2ed47b042550dc607e0a4e8afdd30752c1cf6ed4 (patch)
tree10a8d3c6519dae54a98e3227721d570771e9364d /.gitlab-ci.yml
parent6586774cb4ade30b6f5c5ba90a107c4d8fb402e3 (diff)
downloadkurator-2ed47b042550dc607e0a4e8afdd30752c1cf6ed4.zip
kurator-2ed47b042550dc607e0a4e8afdd30752c1cf6ed4.tar.gz
kurator-2ed47b042550dc607e0a4e8afdd30752c1cf6ed4.tar.bz2
CMake will now generate vdf with version in description
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbf9a1e..6bc8f59 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,9 +67,13 @@ package-windows:
steam:
stage: deploy
+ # All build-*/ will have matching vdfs generated as they are configured from scratch against same revision.
needs: ["build-linux", "package-linux", "package-windows"]
script:
- - steamcmd +login "$STEAM_USERNAME" "$STEAM_PASSWORD" $STEAM_GUARD +run_app_build "$CI_PROJECT_DIR/build-linux/gitlab.vdf" +quit
+ - steamcmd
+ +login "$STEAM_USERNAME" "$STEAM_PASSWORD" $STEAM_GUARD
+ +run_app_build "$CI_PROJECT_DIR/build-linux/default.vdf"
+ +quit
artifacts:
paths:
- .steam_cache/