Skip to content

Commit 63a3da8

Browse files
committed
Add Appveyor integration
1 parent 455908a commit 63a3da8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.appveyor.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: '{build}'
2+
os: Windows Server 2012
3+
install:
4+
- cmd: choco install sbt -ia "INSTALLDIR=""C:\sbt"""
5+
- cmd: SET PATH=C:\MinGW\msys\1.0\bin;C:\sbt\bin;%JAVA_HOME%\bin;%PATH%
6+
clone_depth: 50
7+
build_script:
8+
- cd %APPVEYOR_BUILD_FOLDER%
9+
- git submodule update --init --recursive --depth 50 --jobs 3
10+
- git show
11+
- pwd
12+
- sbt "dotty-bootstrapped/compile"
13+
test_script:
14+
- pwd
15+
# - bash project/scripts/sbt test
16+
# - bash project/scripts/sbt "dotty-bootstrapped/test"
17+
# - bash project/scripts/sbt "dotty-bootstrapped/testCompilation"
18+
- cmd: project/scripts/cmdTests.bat
19+
- cmd: project/scripts/bootstrapCmdTests.bat
20+
cache:
21+
- C:\sbt\
22+
- C:\Users\appveyor\.ivy2

0 commit comments

Comments
 (0)