We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd17d429 commit22fc2c7Copy full SHA for 22fc2c7
DEVGUIDE.md
@@ -12,6 +12,16 @@ To get a free F# environment, go to [fsharp.org](http://fsharp.org/use/windows).
12
13
**Questions?** If you have questions about the source code, please ask in the issues and discussion forums.
14
15
+##0. A Shortcut to Build and Smoke Test
16
+
17
+You can build a subset of functionality (including bootstrapped compiler and library) and run a very
18
+small number of 'smoke' tests using the script used by continuous integration:
19
20
+.\appveyor-build.cmd
21
22
+See the script for what this does. After you do this, you can do further testing, see[TESTGUIDE.md](TESTGUIDE.md).
23
24
25
##1. Building a Proto Compiler
26
27
The compiler is compiled as a set of .NET 4.0 components using a bootstrap process. This uses the Last Known Good (LKG) compiler to build.