Added missing dependencies for MSYS.

This commit is contained in:
Gonzalo Exequiel Pedone 2023-04-29 11:05:17 -03:00
parent 881b51e5f8
commit 4b4ed301b2
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF
3 changed files with 15 additions and 9 deletions

View file

@ -35,12 +35,16 @@ jobs:
make
pkgconf
python3
mingw-w64-x86_64-binutils
mingw-w64-i686-binutils
mingw-w64-x86_64-cmake
mingw-w64-i686-clang
mingw-w64-i686-cmake
mingw-w64-x86_64-pkgconf
mingw-w64-i686-gcc
mingw-w64-i686-pkgconf
mingw-w64-x86_64-binutils
mingw-w64-x86_64-clang
mingw-w64-x86_64-cmake
mingw-w64-x86_64-gcc
mingw-w64-x86_64-pkgconf
- name: Build
run: ./ports/ci/windows-msys/build.sh
- name: Deploy

View file

@ -32,12 +32,16 @@ if "%CMAKE_GENERATOR%" == "MSYS Makefiles" (
make ^
pkgconf ^
python3 ^
mingw-w64-x86_64-binutils ^
mingw-w64-i686-binutils ^
mingw-w64-x86_64-cmake ^
mingw-w64-i686-clang ^
mingw-w64-i686-cmake ^
mingw-w64-x86_64-pkgconf ^
mingw-w64-i686-pkgconf
mingw-w64-i686-gcc ^
mingw-w64-i686-pkgconf ^
mingw-w64-x86_64-binutils ^
mingw-w64-x86_64-clang ^
mingw-w64-x86_64-cmake ^
mingw-w64-x86_64-gcc ^
mingw-w64-x86_64-pkgconf
)
endlocal

2
qqq
View file

@ -1,2 +0,0 @@
9.0.0
daily-build