-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Adds basic support for multiple byond versions to build scri…
…pts. [MDB IGNORE] (#17528) * Adds basic support for multiple byond versions to build scripts. (#71283) You can now specify few named versions in `tools/build/dm_versions.json` file and either set them as default (overriding anything but env vars) or just use them with new --dm-version parameter. Makes juggling versions bit easier during testing. I'll look into adding support in sdmm so debugging is in line later. Co-authored-by: Aleksej Komarov <stylemistake@ gmail.com> * Adds basic support for multiple byond versions to build scripts. Co-authored-by: AnturK <[email protected]> Co-authored-by: Aleksej Komarov <stylemistake@ gmail.com>
- Loading branch information
1 parent
fe05ec3
commit d08d158
Showing
4 changed files
with
134 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -228,3 +228,6 @@ libprof.so | |
|
||
# Screenshot tests | ||
/artifacts | ||
|
||
# named byond versions config | ||
/tools/build/dm_versions.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters