Skip to content

Commit a036b70

Browse files
authored
Merge pull request #9647 from dotty-staging/add-windows-ci
Add windows CI
2 parents 725e0c8 + f5c2dfe commit a036b70

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: .appveyor.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: '{build}'
2+
os: Windows Server 2012
3+
environment:
4+
global:
5+
NODEJS_VERSION: "12"
6+
matrix:
7+
fast_finish: true
8+
9+
init:
10+
- ps: Install-Product node $env:NODEJS_VERSION
11+
- cmd: choco install sbt
12+
- cmd: refreshenv
13+
- cmd: SET "SBT_OPTS=-Xmx4g -Xms4m"
14+
build_script:
15+
- cmd: sbt dotty-bootstrapped/compile
16+
test_script:
17+
- cmd: sbt "dotty-bootstrapped/dotc tests\pos\HelloWorld.scala"
18+
- cmd: sbt sjsJUnitTests/test

0 commit comments

Comments
 (0)