We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faa8a5 commit e68e0dbCopy full SHA for e68e0db
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
-orbs:
4
- win: circleci/[email protected]
+#orbs:
+# win: circleci/[email protected]
5
6
executors:
7
linux-node:
@@ -1006,10 +1006,15 @@ jobs:
1006
# windows and mac do not have separate build and test jobs, as they only run
1007
# a limited set of tests; it is simpler and faster to do it all in one job.
1008
test-windows:
1009
+ build:
1010
+ resource_class: 'windows.medium'
1011
+ machine:
1012
+ image: 'windows-server-2022-gui:2023.09.1'
1013
+ shell: bash.exe -eo pipefail
1014
working_directory: "~/path with spaces"
- executor:
- name: win/server-2019
- shell: bash.exe -eo pipefail
1015
+ #executor:
1016
+ # name: win/server-2019
1017
+ # shell: bash.exe -eo pipefail
1018
environment:
1019
PYTHONUNBUFFERED: "1"
1020
EMSDK_NOTTY: "1"
0 commit comments