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 @@ -121,7 +121,28 @@ jobs:
121
121
env :
122
122
RUST_BACKTRACE : 1
123
123
124
- windows-ci :
124
+ windows-ci-shared :
125
+ name : stable, Windows, shared library
126
+ runs-on : windows-latest
127
+
128
+ steps :
129
+ - uses : actions/checkout@v4
130
+
131
+ - name : Install stable toolchain
132
+ uses : dtolnay/rust-toolchain@stable
133
+
134
+ - name : Install harfbuzz from vckpkg
135
+ run : vcpkg install harfbuzz:x64-windows
136
+
137
+ - name : Cargo build
138
+ run : cargo build --workspace
139
+
140
+ - name : Cargo test
141
+ run : cargo test --workspace
142
+ env :
143
+ RUST_BACKTRACE : 1
144
+
145
+ windows-ci-static :
125
146
name : stable, Windows, static library
126
147
runs-on : windows-latest
127
148
@@ -189,7 +210,8 @@ jobs:
189
210
- " mac-ci-shared"
190
211
- " mac-ci-static"
191
212
- " wasm32-emscripten-ci"
192
- - " windows-ci"
213
+ - " windows-ci-shared"
214
+ - " windows-ci-static"
193
215
194
216
steps :
195
217
- name : Mark the job as successful
You can’t perform that action at this time.
0 commit comments