From f8d3b8fe55f8f0530958bb2d311db9a91b30998a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 26 Nov 2015 12:20:12 +0100 Subject: [PATCH] Fixed mac ci script --- CI/ci-mac.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CI/ci-mac.sh b/CI/ci-mac.sh index bc29c2b4..863d7a67 100755 --- a/CI/ci-mac.sh +++ b/CI/ci-mac.sh @@ -45,6 +45,7 @@ cd Unittests #execute tests ./unittests --gtest_color=yes --gtest_output=xml +cd .. # Execute Python unittests cd Python-Unittests @@ -54,7 +55,6 @@ python -m unittest discover -v cd .. cd .. -cd .. ######################################### @@ -69,6 +69,9 @@ cd build-debug cmake -DCMAKE_BUILD_TYPE=Debug -DOPENMESH_BUILD_UNIT_TESTS=TRUE -DSTL_VECTOR_CHECKS=ON -DOPENMESH_BUILD_PYTHON_UNIT_TESTS=ON $OPTIONS ../ +#build it +make + #build the unit tests make unittests @@ -82,6 +85,8 @@ cd Unittests # Run the unittests ./unittests --gtest_color=yes --gtest_output=xml +cd .. + # Execute Python unittests cd Python-Unittests