From f47d0a9828c90fdaec2a07a804d1315a54a0b733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Wed, 6 Mar 2024 22:06:19 +0100 Subject: [PATCH] Make emscripten snapshots use starcatcher as the backend --- .github/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/build.sh b/.github/build.sh index 3766d9d29..f12b0e0e8 100755 --- a/.github/build.sh +++ b/.github/build.sh @@ -290,6 +290,10 @@ if [[ $RELEASE_TYPE == snapshot ]] && [[ $MOD_ID != 0 ]]; then fi if [[ $RELEASE_TYPE == snapshot ]] || [[ $MOD_ID != 0 ]]; then meson_configure+=$'\t'-Dupdate_server=starcatcher.us/TPT + if [[ $BSH_HOST_PLATFORM == emscripten ]]; then + meson_configure+=$'\t'-Dserver=tptserv.starcatcher.us + meson_configure+=$'\t'-Dstatic_server=tptserv.starcatcher.us/Static + fi fi if [[ $RELEASE_TYPE != dev ]]; then meson_configure+=$'\t'-Dignore_updates=false