Skip to content
Snippets Groups Projects
Commit a8f98ec5 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

gitlab-ci: fix dependencies

parent 2ade9696
No related branches found
No related tags found
No related merge requests found
Pipeline #56306 passed
...@@ -29,7 +29,7 @@ exec_cmd make CFLAGS+="-I/usr/include/libnl3" ...@@ -29,7 +29,7 @@ exec_cmd make CFLAGS+="-I/usr/include/libnl3"
exec_cmd cp -a libeasy*.so* /usr/lib exec_cmd cp -a libeasy*.so* /usr/lib
exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h /usr/include/easy/ exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h /usr/include/easy/
cd ../libwifi cd ../libwifi
exec_cmd make PLATFORM="TEST" exec_cmd make WIFI_TYPE="TEST"
exec_cmd cp wifi.h /usr/include/ exec_cmd cp wifi.h /usr/include/
exec_cmd cp -a libwifi-6*.so* /usr/lib exec_cmd cp -a libwifi-6*.so* /usr/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment