[CI] Run full test suite on Windows

This commit is contained in:
Martijn van Beurden 2022-02-21 15:19:31 +01:00
parent ce31a1d51f
commit 31bcbb8662
1 changed files with 5 additions and 0 deletions

View File

@ -133,6 +133,11 @@ jobs:
sudo apt-get update
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
if: startsWith(matrix.build-system,'autotools')
env: