mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
# Description Adds several scripts to make building and running the projects easier outside of an IDE.
26 lines
926 B
Plaintext
Executable File
26 lines
926 B
Plaintext
Executable File
buildAllDebug
|
|
Builds all projects with debug configuration
|
|
buildAllRelease
|
|
Builds all projects with release configuration
|
|
buildAllTools
|
|
Builds all projects with tools configuration
|
|
|
|
The debug vs release build is simply what people develop in vs the actual server.
|
|
The release build contains various optimizations, while the debug build contains debugging tools.
|
|
If you're mapping, use the release or tools build as it will run smoother with less crashes.
|
|
|
|
|
|
runQuickAll
|
|
Runs the client and server without building
|
|
runQuickClient
|
|
Runs the client without building
|
|
runQuickServer
|
|
Runs the server without building
|
|
|
|
runTests
|
|
Runs the unit tests, makes sure various C# systems work as intended
|
|
runTestsIntegration
|
|
Runs the integration tests, makes sure various C# systems work as intended
|
|
runTestsYAML
|
|
Runs the YAML linter and finds issues with the YAML files that you probably wouldn't otherwise
|