Skip to content

Commit 004c3d9

Browse files
Appveyor: Switch to scoop package manager
1 parent 6b1b2a4 commit 004c3d9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

appveyor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ matrix:
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)