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
180a55e8
Commit
180a55e8
authored
Dec 15, 2015
by
Jan Möbius
Browse files
Disable python unittests for c++98 on mac
parent
5c0223ed
Pipeline
#399
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-mac.sh
View file @
180a55e8
...
...
@@ -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
Jan Möbius
@moebius
mentioned in commit
3d77917e
·
Dec 15, 2015
mentioned in commit
3d77917e
mentioned in commit 3d77917eefd06524fbc2fcd21d719b2552cadbf9
Toggle commit list
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