mirror of https://github.com/xiph/flac
[CI] Run full test suite on Windows
This commit is contained in:
parent
ce31a1d51f
commit
31bcbb8662
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue