File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,28 @@ jobs:
108
108
env :
109
109
RUST_BACKTRACE : 1
110
110
111
- windows-ci :
111
+ windows-ci-shared :
112
+ name : stable, Windows, shared library
113
+ runs-on : windows-latest
114
+
115
+ steps :
116
+ - uses : actions/checkout@v3
117
+
118
+ - name : Install stable toolchain
119
+ uses : dtolnay/rust-toolchain@stable
120
+
121
+ - name : Install harfbuzz from vckpkg
122
+ run : vcpkg install harfbuzz:x64-windows
123
+
124
+ - name : Cargo build
125
+ run : cargo build --workspace
126
+
127
+ - name : Cargo test
128
+ run : cargo test --workspace
129
+ env :
130
+ RUST_BACKTRACE : 1
131
+
132
+ windows-ci-static :
112
133
name : stable, Windows, static library
113
134
runs-on : windows-latest
114
135
@@ -170,7 +191,8 @@ jobs:
170
191
- " mac-ci-shared"
171
192
- " mac-ci-static"
172
193
- " wasm32-emscripten-ci"
173
- - " windows-ci"
194
+ - " windows-ci-shared"
195
+ - " windows-ci-static"
174
196
175
197
steps :
176
198
- name : Mark the job as successful
You can’t perform that action at this time.
0 commit comments