mirror of
https://github.com/QuasarApp/zip.git
synced 2025-04-27 21:04:32 +00:00
Update build.yml (#146)
This commit is contained in:
parent
42a6b39526
commit
ddb8e54174
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -35,8 +35,7 @@ jobs:
|
||||
- name: Test
|
||||
run: ctest -VV
|
||||
|
||||
|
||||
windows:
|
||||
windows-msvc:
|
||||
runs-on: "windows-latest"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -48,3 +47,16 @@ jobs:
|
||||
tree /a /f .
|
||||
- name: Test
|
||||
run: ctest -VV -C "Debug"
|
||||
|
||||
windows-mingw:
|
||||
runs-on: "windows-latest"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Configure
|
||||
run: cmake -G "MinGW Makefiles" -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE .
|
||||
- name: Build
|
||||
run: |
|
||||
mingw32-make
|
||||
tree /a /f .
|
||||
- name: Test
|
||||
run: ctest -VV -C "Debug"
|
||||
|
Loading…
x
Reference in New Issue
Block a user