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
cbec5382
Commit
cbec5382
authored
Dec 09, 2020
by
Max Lyon
Browse files
fix ci-linux script
parent
6f07be32
Pipeline
#16243
failed with stage
in 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CI/ci-linux.sh
View file @
cbec5382
...
...
@@ -47,12 +47,12 @@ OUTPUT='\033[0;32m'
WARNING
=
'\033[0;93m'
#clone OpenVolumeMesh
if
[
!
-d
OpenVolueMesh
]
;
then
git clone https://graphics.rwth-aachen.de:9000/OpenVolumeMesh/OpenVolumeMesh
else
if
[
-d
OpenVolumeMesh/
]
;
then
cd
OpenVolumeMesh
git pull
cd
..
else
git clone https://graphics.rwth-aachen.de:9000/OpenVolumeMesh/OpenVolumeMesh
fi
...
...
@@ -138,7 +138,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