ci: Add the default example_app config to the build step

This commit is contained in:
David Cermak 2022-04-05 11:26:48 +02:00 committed by Simon Goldschmidt
parent 187e4ededd
commit 724cc173ca

View File

@ -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