File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -190,41 +190,6 @@ jobs:
190
190
./build/qjs tests/test_worker.js
191
191
192
192
windows-mingw :
193
- runs-on : windows-latest
194
- strategy :
195
- fail-fast : false
196
- matrix :
197
- sys :
198
- - mingw64
199
- - ucrt64
200
- defaults :
201
- run :
202
- shell : msys2 {0}
203
- steps :
204
- - uses : actions/checkout@v3
205
- with :
206
- submodules : true
207
- - name : Setup MSYS2
208
- uses : msys2/setup-msys2@v2
209
- with :
210
- msystem : ${{matrix.sys}}
211
- install : >-
212
- git
213
- make
214
- pacboy : >-
215
- toolchain:p
216
- - name : build
217
- run : |
218
- make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y CONFIG_MINGW=y
219
- - name : stats
220
- run : |
221
- make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y CONFIG_MINGW=y qjs
222
- ./qjs -qd
223
- - name : test
224
- run : |
225
- make -j$(getconf _NPROCESSORS_ONLN) CONFIG_WERROR=y CONFIG_MINGW=y test
226
-
227
- windows-mingw-cmake :
228
193
runs-on : windows-latest
229
194
strategy :
230
195
fail-fast : false
You can’t perform that action at this time.
0 commit comments