We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2469c51 commit fa930ccCopy full SHA for fa930cc
.appveyor.yml
@@ -11,12 +11,12 @@ clone_script:
11
- git submodule update --init --recursive --depth 50 --jobs 3
12
build_script:
13
- pwd
14
- - bash project/scripts/sbt compile
+ # - bash project/scripts/sbt compile
15
- bash project/scripts/sbt "dotty-bootstrapped/compile"
16
test_script:
17
18
- - bash project/scripts/sbt test
19
- - bash project/scripts/cmdTests
+ # - bash project/scripts/sbt test
+ # - bash project/scripts/cmdTests
20
- bash project/scripts/sbt "dotty-bootstrapped/test"
21
- bash project/scripts/bootstrapCmdTests
22
cache:
0 commit comments