From 724cc173ca3768574ebe895abb38915285707957 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 5 Apr 2022 11:26:48 +0200 Subject: [PATCH] ci: Add the default example_app config to the build step --- .github/workflows/ci-linux.yml | 4 ++++ 1 file changed, 4 insertions(+) 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