Skip to content

Remove more files in distclean #15

Remove more files in distclean

Remove more files in distclean #15

Workflow file for this run

# Can be used locally with https://github.com/nektos/act
name: Out of tree build
on:
pull_request:
push:
branches:
- master
jobs:
outoftree:
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v3
- name: build
run: |
mkdir build
cd build
../configure --enable-fuzz --enable-bundled-libtom
make -d -j3
make -j3 fuzzstandalone