Add all OSes to the workflow
This commit is contained in:
parent
343c85fa17
commit
d22d48b527
6 changed files with 92 additions and 252 deletions
|
@ -29,7 +29,9 @@ function autogen() {
|
|||
function configure() {
|
||||
if [[ ! -f Makefile || ! -f .previous_build || configure -nt Makefile ]]; then
|
||||
export CXXFLAGS="${CFLAGS} ${CXXONLY}"
|
||||
set -x
|
||||
./configure --enable-core-inline ${configure_additions[*]}
|
||||
set +x
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
# MSYS2 only supports the current latest releases of Clang and GCC, so we disable version customization
|
||||
packages+=(autogen autoconf base-devel automake-wrapper binutils)
|
||||
pkg_type=$([[ "${bits}" == "64" ]] && echo "x86_64" || echo "i686")
|
||||
for pkg in pkg-config libtool libpng zlib ncurses SDL SDL_net opusfile; do
|
||||
for pkg in pkg-config libtool libpng zlib ncurses pdcurses SDL SDL_net opusfile; do
|
||||
packages+=("mingw-w64-${pkg_type}-${pkg}")
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue