Enable the MinGW build

This commit is contained in:
2023-01-05 20:56:01 -05:00
parent 318050ecdc
commit 52a3df2d3b

View File

@@ -121,28 +121,28 @@
} }
] ]
}, },
# win-mingw: { win-mingw: {
# runs-on: windows-2019, runs-on: windows-2019,
# steps: [ steps: [
# { {
# name: checkout, name: checkout,
# uses: actions/checkout@v2, uses: actions/checkout@v2,
# with: { submodules: true } with: { submodules: true }
# }, },
# { {
# name: install build dependencies, name: install build dependencies,
# run: 'vcpkg install libxml2 && pip install scons' run: 'vcpkg install libxml2 && pip install scons'
# }, },
# { {
# name: install dependencies, name: install dependencies,
# run: '.\.github\workflows\scripts\win\install-deps.bat x64' run: '.\.github\workflows\scripts\win\install-deps.bat x64'
# }, },
# { {
# name: build and unit test, name: build and unit test,
# run: scons toolset=mingw run: scons toolset=mingw
# } }
# ] ]
# }, },
linux: { linux: {
runs-on: ubuntu-20.04, runs-on: ubuntu-20.04,
steps: [ steps: [