Enable the MinGW build
This commit is contained in:
44
.github/workflows/ci.yml
vendored
44
.github/workflows/ci.yml
vendored
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user