diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 860b5bca..f97d23c9 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -37,3 +37,7 @@ jobs: - name: Validate combinations of options run: cd contrib/ports/unix/example_app && ./iteropts.sh + - name: Build the default example app + run: | + cp contrib/examples/example_app/lwipcfg.h.example contrib/examples/example_app/lwipcfg.h + make -C contrib/ports/unix/example_app TESTFLAGS="-Wno-documentation" -j 4