Skip to content

Commit 412be26

Browse files
Merge pull request #180 from juergenhoetzel/scoop
Scoop
2 parents f5505cc + 004c3d9 commit 412be26

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

appveyor.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
environment:
2-
FSACVERSION: 0.18.0
2+
FSACVERSION: 0.34.0
33
FSharpBinding_BlockingTimeout: 1000
44
FSharpBinding_MaxTimeout: 10000
55
matrix:
66
fast_finish: true
77
install:
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
1117
build_script:
1218
- cmd: .\.appveyor\test.bat
1319
test: off

0 commit comments

Comments
 (0)