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

Commitfb1d37a

Browse files
committed
Enable hosted compiler and parallel test execution in CI build
1 parentce944e6 commitfb1d37a

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

‎tests/RunTests.cmd‎

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ set NO_TTAGS_ARG=-nottags:ReqPP
1818
set_tmp=%4
1919
ifnot '%_tmp%'== ''setNO_TTAGS_ARG=-nottags:ReqPP,%_tmp:"=%
2020

21-
rem Use commented line to enable parallel execution of tests
22-
rem
23-
rem Disabled for APPVEYOR_CI due to anaemic Perl implementation
24-
rem
25-
IFNOTDEFINED APPVEYOR_CI (
26-
setPARALLEL_ARG=-procs:%NUMBER_OF_PROCESSORS%
27-
)
21+
setPARALLEL_ARG=-procs:%NUMBER_OF_PROCESSORS%
2822

2923
rem This can be set to 1 to reduce the number of permutations used and avoid some of the extra-time-consuming tests
3024
setREDUCED_RUNTIME=1
@@ -33,12 +27,7 @@ if "%REDUCED_RUNTIME%" == "1" set NO_TTAGS_ARG=%NO_TTAGS_ARG%,Expensive
3327
rem Set this to 1 in order to use an external compiler host process
3428
rem This only has an effect when running the FSHARPQA tests, but can
3529
rem greatly speed up execution since fsc.exe does not need to be spawned thousands of times
36-
rem
37-
rem Disabled for APPVEYOR_CI due to anaemic Perl implementation
38-
rem
39-
IFNOTDEFINED APPVEYOR_CI (
40-
setHOSTED_COMPILER=1
41-
)
30+
setHOSTED_COMPILER=1
4231

4332
rem path to fsc.exe which will be used by tests
4433
setFSCBINPATH=%~dp0..\%FLAVOR%\net40\bin

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp