[ci] Update to latest version of cicleci windows orb (#1339)
See https://github.com/emscripten-core/emscripten/pull/21110
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
orbs:
|
orbs:
|
||||||
win: circleci/windows@1.0.0
|
win: circleci/windows@5.0
|
||||||
|
|
||||||
executors:
|
executors:
|
||||||
bionic:
|
bionic:
|
||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
- test-macos
|
- test-macos
|
||||||
test-windows:
|
test-windows:
|
||||||
executor:
|
executor:
|
||||||
name: win/vs2019
|
name: win/server-2019
|
||||||
shell: bash.exe
|
shell: bash.exe
|
||||||
environment:
|
environment:
|
||||||
# We need python installed before we can test anytyhing.
|
# We need python installed before we can test anytyhing.
|
||||||
@@ -289,7 +289,7 @@ jobs:
|
|||||||
|
|
||||||
test-bazel-windows:
|
test-bazel-windows:
|
||||||
executor:
|
executor:
|
||||||
name: win/vs2019
|
name: win/server-2019
|
||||||
shell: powershell.exe -ExecutionPolicy Bypass
|
shell: powershell.exe -ExecutionPolicy Bypass
|
||||||
environment:
|
environment:
|
||||||
PYTHONUNBUFFERED: "1"
|
PYTHONUNBUFFERED: "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user