Skip to content
Snippets Groups Projects
Commit c7b295e7 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Minor warning fixes in CI

parent d28a3674
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,6 @@ ubuntu_boost_system:
image: martinbeseda/lib4neuro-ubuntu-system-deps:latest
before_script:
- echo "/usr/include:"
- ls /usr/include
- export TERM=xterm
- cd build_scripts/linux
- export DEPENDENCIES_LINK_TYPE=shared
......
#!/bin/sh
echo "linux clean after lib"
pwd
cd ../../build
rm -rf CMakeFiles
......
......@@ -3,8 +3,8 @@
cd ../../build
rm -rf CMakeFiles
rm -r *.*
rm -r Makefile
rm -f *.*
rm -f Makefile
cd unit-tests
......@@ -14,4 +14,4 @@ cd unit-tests
cd ..
cd ../build_scripts/linux
\ No newline at end of file
cd ../build_scripts/linux
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment