Files
esp-lwip/test/ci/validate_opts.sh
David Cermak f49974d881 ci: Add simple CI test
with relaxed criteria on the lingering test, as the fix is not added yet
2024-09-10 14:53:04 +02:00

12 lines
316 B
Bash
Executable File

#!/bin/bash
set -e
export CFLAGS="-I../../../../test/unix -include esp_lwipopts.h"
export LWIPDIR=../../../../src/
cp contrib/examples/example_app/lwipcfg.h.example contrib/examples/example_app/lwipcfg.h
cd contrib/ports/unix/example_app
make TESTFLAGS="-Wno-documentation" -j 4
chmod +x iteropts.sh
./iteropts.sh