Skip to content

Commit 5934602

Browse files
committed
Add windows bootstrapped compilation CI
1 parent 0246f72 commit 5934602

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.appveyor.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: '{build}'
2+
os: Windows Server 2012
3+
matrix:
4+
fast_finish: true
5+
6+
init:
7+
- cmd: choco install sbt
8+
- cmd: refreshenv
9+
build_script:
10+
- cmd: sbt dotty-bootstrapped/compile
11+
test_script:
12+
- cmd: bin/dotc tests/pos/HelloWorld.scala
13+

0 commit comments

Comments
 (0)