Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit22fc2c7

Browse files
committed
Update DEVGUIDE.md
1 parentd17d429 commit22fc2c7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎DEVGUIDE.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ To get a free F# environment, go to [fsharp.org](http://fsharp.org/use/windows).
1212
1313
**Questions?** If you have questions about the source code, please ask in the issues and discussion forums.
1414

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+
1525
##1. Building a Proto Compiler
1626

1727
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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp