Skip to content

Commit fa930cc

Browse files
committed
Only run bootstrapped tests on windows
1 parent 2469c51 commit fa930cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ clone_script:
1111
- git submodule update --init --recursive --depth 50 --jobs 3
1212
build_script:
1313
- pwd
14-
- bash project/scripts/sbt compile
14+
# - bash project/scripts/sbt compile
1515
- bash project/scripts/sbt "dotty-bootstrapped/compile"
1616
test_script:
1717
- pwd
18-
- bash project/scripts/sbt test
19-
- bash project/scripts/cmdTests
18+
# - bash project/scripts/sbt test
19+
# - bash project/scripts/cmdTests
2020
- bash project/scripts/sbt "dotty-bootstrapped/test"
2121
- bash project/scripts/bootstrapCmdTests
2222
cache:

0 commit comments

Comments
 (0)