Skip to content
Snippets Groups Projects
Commit aceafd76 authored by Yuelong Yu's avatar Yuelong Yu
Browse files

ci test

parent 5c5190ac
No related branches found
No related tags found
No related merge requests found
......@@ -22,12 +22,17 @@ cd "build$PROJECT_NAME"
echo "===start build==="
cmake -DCMAKE_INSTALL_PREFIX="/lib.local/" /build/"$PROJECT_NAME"
echo "cmake error:"$?
make
echo "make error"$?
echo "===run test==="
make test
echo "test error"$?
echo "install"
make install
echo "install error:"$?
echo "===DONE==="
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