diff options
author | Aki <please@ignore.pl> | 2023-03-09 22:08:05 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-04-05 19:34:06 +0200 |
commit | 4c94c50611dec71dc5211131a1b06e30e8a2de26 (patch) | |
tree | b2b5bd8e84ee5e3a2b964889bc87bf908df06a99 | |
parent | 679f470e3f8504081848abf76cf94ad0fe3f8c94 (diff) | |
download | kurator-4c94c50611dec71dc5211131a1b06e30e8a2de26.zip kurator-4c94c50611dec71dc5211131a1b06e30e8a2de26.tar.gz kurator-4c94c50611dec71dc5211131a1b06e30e8a2de26.tar.bz2 |
Preview steampipe appbuild in CI
-rw-r--r-- | .gitlab-ci.yml | 9 | ||||
-rw-r--r-- | gitlab.vdf | 1 |
2 files changed, 9 insertions, 1 deletions
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 @@ -2,6 +2,7 @@ { "AppID" "@STEAM_APPID@" "Desc" "Default app build matching GitLab configuration" + "Preview" "1" "BuildOutput" ".steam_cache/" "Depots" { |