Skip to content
Snippets Groups Projects
Commit b5577e17 authored by David Vojtek's avatar David Vojtek
Browse files

FIX: Trying to fix CI

parent f68b93ae
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,10 @@ cd ../.. ...@@ -5,8 +5,10 @@ cd ../..
############## ##############
# UNIT TESTS # # UNIT TESTS #
############## ##############
for f in build/unit-tests/*_test; do cd build/unit-tests
ls
for f in Debug/*_test; do
${f} || exit 1 ${f} || exit 1
done done
cd ../..
cd build_scripts/linux 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