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
HexEx
libHexEx
Commits
ea85fc77
Commit
ea85fc77
authored
Dec 09, 2020
by
Max Lyon
Browse files
fix ci-mac script
parent
fc5ff4d8
Pipeline
#16245
failed with stage
in 3 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-mac.sh
View file @
ea85fc77
...
...
@@ -32,7 +32,7 @@ OUTPUT='\033[0;32m'
WARNING
=
'\033[0;93m'
#clone OpenVolumeMesh
if
[
!
-d
OpenVolueMesh
]
;
then
if
[
!
-d
OpenVolu
m
eMesh
]
;
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
...
...
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