[CI] Run full test suite on Windows
This commit is contained in:
parent
ce31a1d51f
commit
31bcbb8662
5
.github/workflows/action.yml
vendored
5
.github/workflows/action.yml
vendored
@ -133,6 +133,11 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libtool-bin libogg-dev doxygen libxml2-utils w3c-sgml-lib
|
sudo apt-get install -y libtool-bin libogg-dev doxygen libxml2-utils w3c-sgml-lib
|
||||||
|
|
||||||
|
- name: Install Windows dependencies
|
||||||
|
if: startsWith(matrix.os,'windows')
|
||||||
|
run: |
|
||||||
|
choco install busybox
|
||||||
|
|
||||||
- name: Build with Autotools
|
- name: Build with Autotools
|
||||||
if: startsWith(matrix.build-system,'autotools')
|
if: startsWith(matrix.build-system,'autotools')
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user