Skip to content
Snippets Groups Projects
Commit ea85fc77 authored by Max Lyon's avatar Max Lyon
Browse files

fix ci-mac script

parent fc5ff4d8
Branches
No related tags found
1 merge request!9Cmake library
Pipeline #16245 failed
......@@ -32,7 +32,7 @@ OUTPUT='\033[0;32m'
WARNING='\033[0;93m'
#clone OpenVolumeMesh
if [ ! -d OpenVolueMesh ]; then
if [ ! -d OpenVolumeMesh ]; then
git clone https://graphics.rwth-aachen.de:9000/OpenVolumeMesh/OpenVolumeMesh
else
cd OpenVolumeMesh
......@@ -60,6 +60,8 @@ echo "======================================================================"
echo -e "${NC}"
git submodule update --init --recursive
if [ ! -d build-release-$BUILDPATH ]; then
mkdir build-release-$BUILDPATH
fi
......@@ -119,7 +121,7 @@ echo "======================================================================"
echo -e "${NC}"
cd Build
cd Build/bin
#execute tests
./unittests --gtest_color=yes --gtest_output=xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment