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 e43cf12 commit 2469c51Copy full SHA for 2469c51
.appveyor.yml
@@ -3,10 +3,9 @@ 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
- - cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
+ # - cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
7
clone_script:
8
- pwd
9
- - ls
10
- git clone --depth 50 https://github.com/lampepfl/dotty.git
11
- cd dotty
12
- git submodule update --init --recursive --depth 50 --jobs 3
0 commit comments