File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11environment :
2- FSACVERSION : 0.18 .0
2+ FSACVERSION : 0.34 .0
33 FSharpBinding_BlockingTimeout : 1000
44 FSharpBinding_MaxTimeout : 10000
55matrix :
66 fast_finish : true
77install :
88 - ps : Start-FileDownload "https://github.com/fsharp/FSharp.AutoComplete/releases/download/$env:FSACVERSION/fsautocomplete.zip"
99 - ps : 7z x fsautocomplete.zip -oemacs-fsharp-mode\bin | select-string -notmatch "ing "
10- - cinst emacs
10+ - ps : iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
11+ - ps : scoop install coreutils
12+ - ps : scoop install make
13+ - ps : scoop install grep
14+ - ps : scoop install unzip
15+ - ps : scoop bucket add extras
16+ - ps : scoop install emacs
1117build_script :
1218 - cmd : .\.appveyor\test.bat
1319test : off
You can’t perform that action at this time.
0 commit comments