File tree 2 files changed +2
-14
lines changed
2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
- image : Visual Studio 2017
1
+ image : Visual Studio 2022
2
2
3
3
platform :
4
4
- x64
@@ -18,12 +18,6 @@ environment:
18
18
- LISP : sbcl-bin
19
19
20
20
install :
21
- # Mingw updated package signers, so pacman needs to be informed
22
- - bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
23
- - bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
24
- - bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
25
- - bash -lc "pacman -U --noconfirm msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
26
-
27
21
- bash -lc 'pacman -Sy --noconfirm mingw64/mingw-w64-x86_64-zeromq mingw32/mingw-w64-i686-zeromq'
28
22
- ps : appveyor DownloadFile $Env:ROSWELL_ZIP -FileName Roswell.zip
29
23
- 7z x -o%USERPROFILE% Roswell.zip
Original file line number Diff line number Diff line change 1
1
# ## Example configuration for Appveyor ###
2
2
3
- image : Visual Studio 2017
3
+ image : Visual Studio 2022
4
4
5
5
platform :
6
6
- x64
@@ -21,12 +21,6 @@ environment:
21
21
# note that the roswell scripts have to explicitly be run through bash,
22
22
# since cmd doesn't support shabangs and powershell doesn't support exec
23
23
install :
24
- # Mingw updated package signers, so pacman needs to be informed
25
- - bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
26
- - bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
27
- - bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
28
- - bash -lc "pacman -U --noconfirm msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
29
-
30
24
- bash -lc "curl -L https://raw.githubusercontent.com/roswell/roswell/release/scripts/install-for-ci.sh | sh"
31
25
- ros install neil-lindquist/ci-utils # for asdf-register-project and run-fiveam
32
26
- bash -lc "asdf-register-project"
You can’t perform that action at this time.
0 commit comments