From 4c94c50611dec71dc5211131a1b06e30e8a2de26 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 9 Mar 2023 22:08:05 +0100 Subject: Preview steampipe appbuild in CI --- .gitlab-ci.yml | 9 ++++++++- gitlab.vdf | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0c099c..d261aa7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: - build - test - package + - deploy build-linux: stage: build @@ -58,8 +59,14 @@ package-windows: needs: ["build-windows", "test-windows"] script: - cmake --install build-windows/ --prefix kurator-x86_64-windows/ - - cp /usr/x86_64-w64-mingw32/bin/{libssp-0,libgcc_s_seh-1,libraylib,libstdc++-6,libwinpthread-1}.dll kurator-x86_64-windows/ + - cp /usr/x86_64-w64-mingw32/bin/lib{ssp-0,gcc_s_seh-1,ray,stdc++-6,winpthread-1}.dll kurator-x86_64-windows/ artifacts: name: kurator-x86_64-windows paths: - kurator-x86_64-windows/ + +steam: + stage: deploy + needs: ["build-linux", "package-linux", "package-windows"] + script: + - steamcmd +run_app_build build-linux/gitlab.vdf +quit diff --git a/gitlab.vdf b/gitlab.vdf index e2f99df..0667f76 100644 --- a/gitlab.vdf +++ b/gitlab.vdf @@ -2,6 +2,7 @@ { "AppID" "@STEAM_APPID@" "Desc" "Default app build matching GitLab configuration" + "Preview" "1" "BuildOutput" ".steam_cache/" "Depots" { -- cgit v1.1