mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-04 21:04:57 +00:00
fuzzing.yml: Ensure that "make dist" includes all files for fuzzing
This commit is contained in:
parent
7959225d05
commit
1c24499c1b
1 changed files with 17 additions and 0 deletions
17
.github/workflows/fuzzing.yml
vendored
17
.github/workflows/fuzzing.yml
vendored
|
@ -71,9 +71,26 @@ jobs:
|
|||
run: |-
|
||||
set -x
|
||||
sudo apt-get install --yes --no-install-recommends -V \
|
||||
autoconf \
|
||||
automake \
|
||||
docbook2x \
|
||||
libtool \
|
||||
libprotobuf-dev \
|
||||
lzip \
|
||||
protobuf-compiler
|
||||
|
||||
- name: Turn Git clone into Autotools "make dist" release tarball
|
||||
run: |-
|
||||
set -x
|
||||
pushd expat/
|
||||
./buildconf.sh
|
||||
./configure
|
||||
make dist
|
||||
popd
|
||||
tar xf expat/expat-*.tar.xz
|
||||
rm -R expat/
|
||||
mv expat-* expat
|
||||
|
||||
- name: Build Expat fuzzers
|
||||
run: |
|
||||
set -x -o pipefail
|
||||
|
|
Loading…
Add table
Reference in a new issue