We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170d05d commit c93997dCopy full SHA for c93997d
.circleci/config.yml
@@ -22,7 +22,9 @@ steps-test: &steps-test
22
- run: npm test
23
24
25
-version: 2
+version: 2.1
26
+orbs:
27
+ win: circleci/[email protected]
28
jobs:
29
test-linux-8:
30
docker:
@@ -36,6 +38,11 @@ jobs:
36
38
macos:
37
39
xcode: "10.2.0"
40
<<: *steps-test
41
+ test-windows:
42
+ executor:
43
+ name: win/default
44
+ shell: bash.exe
45
+ <<: *steps-test
46
47
release:
48
@@ -53,11 +60,13 @@ workflows:
53
60
- test-linux-8
54
61
- test-linux-10
55
62
- test-mac
63
+ - test-windows
56
64
- release:
57
65
requires:
58
66
59
67
68
69
70
filters:
71
branches:
72
only:
appveyor.yml
0 commit comments