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

Commit65c8453

Browse files
committed
Omit some cases from CI build
1 parenta86ef97 commit65c8453

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎appveyor-build.cmd‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ call tests\BuildTestTools.cmd release
8282
@echoon
8383
pushd tests
8484

85-
call RunTests.cmd release fsharp Smoke
85+
call RunTests.cmd release fsharp Smoke NO_CI
8686
@if ERRORLEVEL1type testresults\fsharp_failures.log&&echo Error: 'RunTests.cmd release fsharp Smoke' failed&&goto :failure
8787

88-
call RunTests.cmd release fsharpqa Smoke
88+
call RunTests.cmd release fsharpqa Smoke NO_CI
8989
@if ERRORLEVEL1type testresults\fsharpqa_failures.log&&echo Error: 'RunTests.cmd release fsharpqa Smoke' failed&&goto :failure
9090

91-
call RunTests.cmd release fsharpqadowntarget
91+
call RunTests.cmd release fsharpqadowntarget NO_CI
9292
@if ERRORLEVEL1type testresults\fsharpqadowntarget_failures.log&&echo Error: 'RunTests.cmd release fsharpqadowntarget' failed&&goto :failure
9393

94-
call RunTests.cmd release fsharpqaredirect
94+
call RunTests.cmd release fsharpqaredirect NO_CI
9595
@if ERRORLEVEL1type testresults\fsharpqaredirect_failures.log&&echo Error: 'RunTests.cmd release fsharpqaredirect' failed&&goto :failure
9696

9797
call RunTests.cmd release compilerunit

‎tests/fsharpqa/Source/Conformance/LexicalAnalysis/StringsAndCharacters/env.lst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
SOURCE=Backslash01.fs# Backslash01.fs
2-
SOURCE=Backslash02.fs# Backslash02.fs
2+
NO_CISOURCE=Backslash02.fs# Backslash02.fs
33

44
SOURCE=ByteChars01.fs# ByteChars01.fs
55
SOURCE=ByteChars02.fs SCFLAGS="--codepage:1252"# ByteChars02.fs
66
SOURCE=E_ByteChars02.fs SCFLAGS="--codepage:1252 --test:ErrorRanges"# E_ByteChars02.fs
77

88
SOURCE=ByteString01.fs# ByteString01.fs
99
SOURCE=ByteString02.fs# ByteString02.fs
10-
SOURCE=ByteString03.fs# ByteString03.fs
10+
NO_CISOURCE=ByteString03.fs# ByteString03.fs
1111

1212
SOURCE=VerbatimString01.fs# VerbatimString01.fs
1313

@@ -29,7 +29,7 @@
2929
SOURCE=UnicodeString03.fs# UnicodeString03.fs
3030

3131
SOURCE=TripleQuote.fs# TripleQuote.fs
32-
SOURCE=TripleQuoteString01.fs# TripleQuoteString01.fs
32+
NO_CISOURCE=TripleQuoteString01.fs# TripleQuoteString01.fs
3333
SOURCE=TripleQuoteString02.fs# TripleQuoteString02.fs
3434
NoMTSOURCE=TripleQuoteStringInFSI01.fsx FSIMODE=PIPE COMPILE_ONLY=1# TripleQuoteStringInFSI01.fsx
3535
NoMTSOURCE=TripleQuoteStringInFSI02.fsx FSIMODE=FEED COMPILE_ONLY=1# TripleQuoteStringInFSI02.fsx

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp