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

Commit0a95778

Browse files
dungpaKevinRansom
authored andcommitted
Enable tests using Perl and build VS integration projects
Closesdotnet#217commit821fbaaAuthor: dungpa <phananhdung309@yahoo.com>Date: Fri Feb 6 13:52:25 2015 +0100 Run tests using Perlcommitd87e17bAuthor: dungpa <phananhdung309@yahoo.com>Date: Fri Feb 6 11:21:22 2015 +0100 Enable tests using Perl and build VS integration projects
1 parentea00c4b commit0a95778

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

‎appveyor-build.cmd‎

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,22 @@ if not exist %_ngenexe% echo Error: Could not find ngen.exe. && goto :eof
2020
.\.nuget\NuGet.exe restore packages.config -PackagesDirectory packages
2121
@if ERRORLEVEL1echo Error: Nuget restore failed&&goto :eof
2222

23-
::Build
23+
::Build
2424
%_msbuildexe% src\fsharp-proto-build.proj
2525
@if ERRORLEVEL1echo Error: compiler proto build failed&&goto :eof
2626

2727
%_ngenexe% install proto\net40\bin\FSharp.Compiler-proto.dll
2828
%_ngenexe% install proto\net40\bin\fsharp.core.dll
2929
%_ngenexe% install proto\net40\bin\FSharp.Build-proto.dll
30-
%_ngenexe% install proto\net40\bin\fsc-proto.exe
30+
%_ngenexe% install Proto\net40\bin\fsc-proto.exe
31+
@if ERRORLEVEL1echo Error: NGen of proto failed&&goto :eof
3132

3233
%_msbuildexe% src/fsharp-library-build.proj /p:Configuration=Release
3334
@if ERRORLEVEL1echo Error: library release build failed&&goto :eof
3435

3536
%_msbuildexe% src/fsharp-compiler-build.proj /p:Configuration=Release
3637
@if ERRORLEVEL1echo Error: compile Release build failed&&goto :eof
3738

38-
REM We don't build new net20 FSharp.Core anymore
39-
REM %_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=net20 /p:Configuration=Release
40-
REM @if ERRORLEVEL 1 echo Error: library net20 build failed && goto :eof
41-
4239
%_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=portable47 /p:Configuration=Release
4340
@if ERRORLEVEL1echo Error: library portable47 build failed&&goto :eof
4441

@@ -50,8 +47,8 @@ REM @if ERRORLEVEL 1 echo Error: library net20 build failed && goto :eof
5047

5148
%_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=portable259 /p:Configuration=Release
5249
@if ERRORLEVEL1echo Error: library portable259 build failed&&goto :eof
53-
%_msbuildexe% src/fsharp-compiler-unittests-build.proj
54-
@if ERRORLEVEL1echo Error: compiler unittestsReleasebuild failed&&goto :eof
50+
%_msbuildexe% src/fsharp-compiler-unittests-build.proj /p:Configuration=Release
51+
@if ERRORLEVEL1echo Error: compiler unittests build failed&&goto :eof
5552

5653
%_msbuildexe% src/fsharp-library-unittests-build.proj /p:Configuration=Release
5754
@if ERRORLEVEL1echo Error: library unittests build failed&&goto :eof
@@ -82,16 +79,13 @@ call tests\BuildTestTools.cmd release
8279
@if ERRORLEVEL1echo Error: 'tests\BuildTestTools.cmd release' failed&&goto :eof
8380

8481
@echoon
85-
8682
pushd tests
8783

88-
REM Disabled while working out perl problem, see https://github.com/Microsoft/visualfsharp/pull/169
89-
REM call RunTests.cmd release fsharp Smoke
90-
REM @if ERRORLEVEL 1 echo Error: 'RunTests.cmd Release fsharpqa Smoke' failed && goto :eof
84+
call RunTests.cmd release fsharp Smoke
85+
@if ERRORLEVEL1echo Error: 'RunTests.cmd release fsharp Smoke' failed&&goto :eof
9186

92-
REM Disabled while working out perl problem, see https://github.com/Microsoft/visualfsharp/pull/169
93-
REM call RunTests.cmd release fsharpqa Smoke
94-
REM @if ERRORLEVEL 1 echo Error: 'RunTests.cmd release fsharpqa Smoke' failed && goto :eof
87+
call RunTests.cmd release fsharpqa Smoke
88+
@if ERRORLEVEL1echo Error: 'RunTests.cmd release fsharpqa Smoke' failed&&goto :eof
9589

9690
call RunTests.cmd release compilerunit
9791
@if ERRORLEVEL1echo Error: 'RunTests.cmd release compilerunit' failed&&goto :eof

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp