nDPI/.github/workflows
Ivan Nardi 6ab338928c
Add support for out-of-tree builds (#2993)
Initial work to support out-of-tree builds
```
./autogen.sh
mkdir build
cd build
../configure
make
make check
```
IMPORTANT: `autogen.sh` doesn't call `configure` automatically anymore!!

You have to do: `./autogen.sh && ./configure --$OPTIONS`.
A little bit annoying but the pattern `autogen && configure && make` is
very common on Linux.

Known issues:
* `make doc` doesn't work in out-of-tree builds, yet
* Windows/MinGW/DPDK (out-of-tree) builds have not been tested, so it is unlikely they work

See: #2992
2025-11-03 11:58:59 +01:00
..
build-msbuild.yml CI: update Windows runners (#2794) 2025-04-15 22:29:08 +02:00
build-rpm.yml Add support for out-of-tree builds (#2993) 2025-11-03 11:58:59 +01:00
build.yml Add support for out-of-tree builds (#2993) 2025-11-03 11:58:59 +01:00
build_docker.yml Add support for out-of-tree builds (#2993) 2025-11-03 11:58:59 +01:00
build_masan.yml Add support for out-of-tree builds (#2993) 2025-11-03 11:58:59 +01:00
build_scheduled.yml Add support for out-of-tree builds (#2993) 2025-11-03 11:58:59 +01:00
cifuzz.yml Update some CI jobs (#2660) 2025-01-09 14:23:23 +01:00
codeql.yml Add support for out-of-tree builds (#2993) 2025-11-03 11:58:59 +01:00