mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
Update byond version for ci. Makes unit tests 30 seconds faster. (#80918)
This will make ci more than 30 seconds faster to start the game for unit tests thanks to [ID:2906744](https://www.byond.com/forum/post/2906744) --------- Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ee202d6e53
commit
548cad9596
2
.tgs.yml
2
.tgs.yml
@@ -3,7 +3,7 @@
|
||||
version: 1
|
||||
# The BYOND version to use (kept in sync with dependencies.sh by the "TGS Test Suite" CI job)
|
||||
# Must be interpreted as a string, keep quoted
|
||||
byond: "515.1620"
|
||||
byond: "515.1626"
|
||||
# Folders to create in "<instance_path>/Configuration/GameStaticFiles/"
|
||||
static_files:
|
||||
# Config directory should be static
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
# byond version
|
||||
export BYOND_MAJOR=515
|
||||
export BYOND_MINOR=1620
|
||||
export BYOND_MINOR=1626
|
||||
|
||||
#rust_g git tag
|
||||
export RUST_G_VERSION=3.0.0
|
||||
|
||||
Reference in New Issue
Block a user