Skip to content

Commit 95bdacf

Browse files
committed
Add appveyor integration
1 parent 3a00a89 commit 95bdacf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.appveyor.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: '{build}'
2+
os: Windows Server 2012
3+
install:
4+
- cmd: choco install sbt -ia "INSTALLDIR=""C:\sbt"""
5+
- cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
6+
- cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
7+
clone_script:
8+
- git clone --depth 50 https://github.com/lampepfl/dotty.git
9+
- cd dotty
10+
- git submodule update --init --recursive --jobs 3
11+
build_script:
12+
- project/scripts/sbt compile
13+
- project/scripts/sbt "dotty-bootstrapped/compile"
14+
test_script:
15+
- project/scripts/sbt test
16+
- project/scripts/cmdTests
17+
- project/scripts/sbt "dotty-bootstrapped/test"
18+
- project/scripts/bootstrapCmdTests
19+
cache:
20+
- C:\sbt\
21+
- C:\Users\appveyor\.ivy2

0 commit comments

Comments
 (0)