1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 10:00:57 +09:00
Satori/docs/workflow
Jarret Shook 175b905965
Ci Health and investigation doc (#551)
* Ci Health and investigation doc

* Address feedback

* Tend->Trend
2019-12-06 10:32:34 -08:00
..
building Document FPU options (#546) 2019-12-04 21:25:52 -08:00
ci Ci Health and investigation doc (#551) 2019-12-06 10:32:34 -08:00
debugging Consolidate docs (#251) 2019-11-25 23:52:43 +01:00
testing Updated viewing-jit-dumps.md (#289) 2019-11-26 15:38:49 +01:00
EditingAndDebugging.md Consolidate docs (#251) 2019-11-25 23:52:43 +01:00
linux-requirements.md Consolidate docs (#251) 2019-11-25 23:52:43 +01:00
macos-requirements.md Consolidate docs (#251) 2019-11-25 23:52:43 +01:00
README.md Consolidate docs (#251) 2019-11-25 23:52:43 +01:00
UsingDotNetCli.md Consolidate docs (#251) 2019-11-25 23:52:43 +01:00
windows-requirements.md Consolidate docs (#251) 2019-11-25 23:52:43 +01:00

Workflow Guide

The repo can be built for the following platforms, using the provided setup and the following instructions.

Chip Windows Linux macOS FreeBSD
x64
x86
ARM
ARM64
Requirements Requirements Requirements

Building the repository

The runtime repo can be built from a regular, non-admin command prompt. The repository currently consists of three different partitions: the runtime (coreclr), libraries and the installer. For every partition there's a helper script available in the root (e.g. libraries.cmd/sh). The root build script (build.cmd/sh) should be used to build the entire repository.

For information about the different options available, suplly the argument -help|-h when invoking the build script:

libraries -h

On Unix, arguments can be passed in with a single - or double hyphen --.

Workflows

For instructions on how to build, debug, test, etc. please visit the instructions in the workflow sub-folders.