Files
Bubberstation/dependencies.sh
T
GandalfandGitHub 3eb7477cd9 MERGE WHEN BYOND LATEST IS 514.1557 (#6194)
* Revert "Revert "[MIRROR] Switches CI to 514 (#5801)" (#5959)"

This reverts commit 2be7e46009.

* Update dependencies.sh

* Update docker-compose.yml
2021-06-18 09:02:56 +12:00

25 lines
469 B
Bash
Executable File

#!/bin/sh
#Project dependencies file
#Final authority on what's required to fully build the project
# byond version
export BYOND_MAJOR=514
export BYOND_MINOR=1557
#rust_g git tag
export RUST_G_VERSION=0.4.7
#node version
export NODE_VERSION=12
export NODE_VERSION_PRECISE=12.20.0
# SpacemanDMM git tag
export SPACEMAN_DMM_VERSION=suite-1.7
# Extools git tag
export EXTOOLS_VERSION=v0.0.7
# Python version for mapmerge and other tools
export PYTHON_VERSION=3.6.8