mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Merge pull request #11244 from akallabeth/mingw-static
[ci,mingw] add static build
This commit is contained in:
6
.github/workflows/mingw.yml
vendored
6
.github/workflows/mingw.yml
vendored
@@ -26,6 +26,10 @@ jobs:
|
||||
mingw-w64-tools \
|
||||
binutils-mingw-w64
|
||||
|
||||
- name: "Run mingw build..."
|
||||
- name: "Run mingw [shared] build..."
|
||||
run: |
|
||||
./scripts/mingw.sh
|
||||
|
||||
- name: "Run mingw [static] build..."
|
||||
run: |
|
||||
./scripts/mingw.sh -c -s
|
||||
|
||||
Reference in New Issue
Block a user