mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
Update codeql-buildscript.sh
Adding install dependencies step
This commit is contained in:
parent
9004e7bd77
commit
cb511019b0
1
.github/workflows/codeql-buildscript.sh
vendored
1
.github/workflows/codeql-buildscript.sh
vendored
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
sudo apt-get install check ninja-build doxygen
|
||||||
cp contrib/examples/example_app/lwipcfg.h.ci contrib/examples/example_app/lwipcfg.h
|
cp contrib/examples/example_app/lwipcfg.h.ci contrib/examples/example_app/lwipcfg.h
|
||||||
make -C contrib/ports/unix/check
|
make -C contrib/ports/unix/check
|
||||||
mkdir build && cd build && cmake .. -G Ninja && cmake --build .
|
mkdir build && cd build && cmake .. -G Ninja && cmake --build .
|
||||||
|
Loading…
Reference in New Issue
Block a user