Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
f2d47532
Commit
f2d47532
authored
Dec 15, 2015
by
Jan Möbius
Browse files
Really disable the tests here
(cherry picked from commit
e7e18077
)
parent
180a55e8
Changes
1
Show whitespace changes
Inline
Side-by-side
CI/ci-mac.sh
View file @
f2d47532
...
...
@@ -90,14 +90,22 @@ echo "======================================================================"
echo
-e
"
${
NC
}
"
# Execute Python unittests
cd
Python-Unittests
if
[
"
$LANGUAGE
"
==
"C++11"
]
;
then
# Execute Python unittests
cd
Python-Unittests
rm
-f
openmesh.so
cp
../Build/python/openmesh.so
.
python
-m
unittest discover
-v
cd
..
else
echo
"WARNING! Python unittests disabled for clang on Mac with c++98 !!"
fi
rm
-f
openmesh.so
cp
../Build/python/openmesh.so
.
python
-m
unittest discover
-v
cd
..
cd
..
...
...
@@ -167,12 +175,12 @@ echo -e "${NC}"
if
[
"
$LANGUAGE
"
==
"C++11"
]
;
then
# Execute Python unittests
cd
Python-Unittests
# Execute Python unittests
cd
Python-Unittests
rm
-f
openmesh.so
cp
../Build/python/openmesh.so
.
python
-m
unittest discover
-v
rm
-f
openmesh.so
cp
../Build/python/openmesh.so
.
python
-m
unittest discover
-v
else
echo
"WARNING! Python unittests disabled for clang on Mac with c++98 !!"
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment