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
3d77917e
Commit
3d77917e
authored
Dec 15, 2015
by
Jan Möbius
Browse files
Disable python unittests for c++98 on mac
(cherry picked from commit
180a55e8
)
parent
60fded1e
Pipeline
#400
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-mac.sh
View file @
3d77917e
...
...
@@ -165,6 +165,7 @@ echo "Running Python unittests Debug version "
echo
"======================================================================"
echo
-e
"
${
NC
}
"
if
[
"
$LANGUAGE
"
==
"C++11"
]
;
then
# Execute Python unittests
cd
Python-Unittests
...
...
@@ -172,3 +173,6 @@ cd Python-Unittests
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
Markdown
is supported
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