Skip to content

Commit a34fdc8

Browse files
committed
[ci] Update to latest version of cicleci windows orb
We got a message saying that the version vs2019 will be deprecated this year. This change doesn't stop using vs2019, but just updates to the latest version of the windows orb. We may still need to move away from vs2019 in the future, but if possible we would like to continue testing on older version of windows so that we can be sure we continue to support them.
1 parent fa47840 commit a34fdc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
win: circleci/windows@1.0.0
4+
win: circleci/windows@5.0
55

66
executors:
77
linux-node:
@@ -831,7 +831,7 @@ jobs:
831831
test-windows:
832832
working_directory: "~/path with spaces"
833833
executor:
834-
name: win/vs2019
834+
name: win/server-2019
835835
shell: bash.exe -eo pipefail
836836
environment:
837837
PYTHONUNBUFFERED: "1"
@@ -851,7 +851,7 @@ jobs:
851851
- run:
852852
name: Install packages
853853
command: |
854-
choco install cmake.portable ninja pkgconfiglite
854+
choco install -y cmake.portable ninja pkgconfiglite
855855
- run:
856856
name: Add python to bash path
857857
command: echo "export PATH=\"$PATH:/c/Python27amd64/\"" >> $BASH_ENV

0 commit comments

Comments
 (0)