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 5934602 commit c33588fCopy full SHA for c33588f
.appveyor.yml
@@ -9,5 +9,5 @@ init:
9
build_script:
10
- cmd: sbt dotty-bootstrapped/compile
11
test_script:
12
- - cmd: bin/dotc tests/pos/HelloWorld.scala
+ - cmd: sbt "dotty-bootstrapped/dotc tests\pos\HelloWorld.scala"
13
0 commit comments