Skip to content

Commit f9c5bd5

Browse files
authored
Merge pull request #1314 from KevinRansom/master
Make build ci work correctly
2 parents 18d4acf + 78a8f52 commit f9c5bd5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
os: Visual Studio 2015
2-
2+
33
environment:
44
matrix:
55
- BUILD_PROFILE: ci_part1

build.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ if /i '%ARG%' == 'ci' (
141141
set CONF_FSHARPQA_SUITE=Smoke
142142
)
143143

144-
REM These divide 'ci' into three chunks which can be done in parallel
144+
145+
REM These divide 'ci' into two chunks which can be done in parallel
145146
if /i '%ARG%' == 'ci_part1' (
146147
set BUILD_PROTO=1
147148
set SKIP_EXPENSIVE_TESTS=1

tests/fsharpqa/Source/test.lst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Misc01 ClrFx\PseudoCustomAttributes\AssemblyAlgorithmId
242242
Misc01 ClrFx\PseudoCustomAttributes\AssemblyConfiguration
243243
Misc01 ClrFx\PseudoCustomAttributes\AssemblyVersion
244244
Misc01 Diagnostics\async
245-
Misc01 Diagnostics\General
245+
Misc01,Diagnostics Diagnostics\General
246246
Misc01 Diagnostics\NONTERM
247247
Misc01 Diagnostics\ParsingAtEOF
248248
Misc01 EntryPoint
@@ -277,4 +277,3 @@ Misc02 Stress
277277
Misc02 XmlDoc\Basic
278278
Misc02 XmlDoc\OCamlDoc
279279
Misc02 XmlDoc\UnitOfMeasure
280-
Diagnostics Diagnostics\General

0 commit comments

Comments
 (0)