File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,36 +261,3 @@ jobs:
261261 - name : build
262262 run : |
263263 scripts/build.sh distro
264-
265- build-windows :
266- name : build windows
267- runs-on : windows-latest
268- defaults :
269- run :
270- shell : msys2 {0}
271- steps :
272- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
273- - name : Setup MSYS2
274- uses : msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0
275- with :
276- msystem : MINGW64
277- update : true
278- install : >
279- git
280- mingw-w64-x86_64-gcc
281- mingw-w64-x86_64-meson
282- mingw-w64-x86_64-ninja
283- mingw-w64-x86_64-pkg-config
284- mingw-w64-x86_64-json-c
285- - name : Configure (Meson)
286- run : |
287- meson setup .build-ci \
288- --prefix=/mingw64 \
289- -Dversion-tag=master \
290- -Ddefault_library=static
291- - name : Build
292- run : |
293- meson compile -C .build-ci
294- - name : Run tests (optional)
295- run : |
296- meson test -C .build-ci || true
You can’t perform that action at this time.
0 commit comments