mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
ci: Add the default example_app config to the build step
This commit is contained in:
parent
187e4ededd
commit
724cc173ca
4
.github/workflows/ci-linux.yml
vendored
4
.github/workflows/ci-linux.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user