We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910092d commit 481e930Copy full SHA for 481e930
1 file changed
.github/autobuild/README.md
@@ -4,4 +4,7 @@ The scripts in this folder are used by the Github autobuild actions in .github/w
4
They are responsible for setting up the Github environment, building the binaries and passing the resulting artifacts back to the workflow.
5
6
The scripts may work outside of Github, but haven't been designed or tested for that use case.
7
+Some of the scripts modify global system settings, install software or create files in directories which are usually managed by package managers.
8
+In short: They should probably only used in throw-away environments.
9
+
10
See the various platform-specific build scripts in their own folders for standalone builds (e.g. windows/deploy_windows.ps1).
0 commit comments