Skip to content

Commit ba9569c

Browse files
committed
Drop MinGW CI using Makefile
1 parent 1ccb36e commit ba9569c

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -190,41 +190,6 @@ jobs:
190190
./build/qjs tests/test_worker.js
191191
192192
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:
228193
runs-on: windows-latest
229194
strategy:
230195
fail-fast: false

0 commit comments

Comments
 (0)