Add libraries to artifacts
This commit is contained in:
@@ -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 "======================================================================"
|
||||
|
||||
Reference in New Issue
Block a user