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 455908a commit 63a3da8Copy full SHA for 63a3da8
.appveyor.yml
@@ -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
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