Add libraries to artifacts

This commit is contained in:
Johannes Lenzen
2021-02-02 16:15:16 +01:00
parent 4be641088f
commit 78af6cb1a7
2 changed files with 13 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ fi
# Run cmake to make sure the tests are configured correctly for this system
cmake -DOPENFLIPPER_BUILD_UNIT_TESTS=TRUE -DSTL_VECTOR_CHECKS=ON $OPTIONS ../
#tell the location to the libs from build jobs
export LD_LIBRARY_PATH=$(pwd)/Build/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$(pwd)/Build/systemlib:$LD_LIBRARY_PATH
echo -e "${OUTPUT}"
echo ""
echo "======================================================================"