Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
33cdd611
Commit
33cdd611
authored
May 12, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More verbose ci output for configuration
parent
b1319aae
Pipeline
#1747
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
CI/ci-mac.sh
CI/ci-mac.sh
+15
-3
No files found.
CI/ci-mac.sh
View file @
33cdd611
...
@@ -13,11 +13,11 @@ OPTIONS=""
...
@@ -13,11 +13,11 @@ OPTIONS=""
if
[
"
$LANGUAGE
"
==
"C++98"
]
;
then
if
[
"
$LANGUAGE
"
==
"C++98"
]
;
then
echo
"Building with C++98"
;
echo
"Building with C++98"
;
BUILDPATH
=
"
$BUILDPATH
-
cpp98"
BUILDPATH
=
"cpp98"
elif
[
"
$LANGUAGE
"
==
"C++11"
]
;
then
elif
[
"
$LANGUAGE
"
==
"C++11"
]
;
then
echo
"Building with C++11"
;
echo
"Building with C++11"
;
OPTIONS
=
"
$OPTIONS
-DCMAKE_CXX_FLAGS='-std=c++11' "
OPTIONS
=
"
$OPTIONS
-DCMAKE_CXX_FLAGS='-std=c++11' "
BUILDPATH
=
"
$BUILDPATH
-
cpp11"
BUILDPATH
=
"cpp11"
fi
fi
#=====================================
#=====================================
...
@@ -28,6 +28,18 @@ OUTPUT='\033[0;32m'
...
@@ -28,6 +28,18 @@ OUTPUT='\033[0;32m'
WARNING
=
'\033[0;93m'
WARNING
=
'\033[0;93m'
echo
-e
"
${
OUTPUT
}
"
echo
""
echo
"======================================================================"
echo
"Basic configuration details:"
echo
"======================================================================"
echo
-e
"
${
NC
}
"
echo
"Options:
$OPTIONS
"
echo
"BuildPath:
$BUILDPATH
"
echo
"Path:
$PATH
"
echo
"Language:
$LANGUAGE
"
echo
-e
"
${
OUTPUT
}
"
echo
-e
"
${
OUTPUT
}
"
echo
""
echo
""
echo
"======================================================================"
echo
"======================================================================"
...
@@ -108,7 +120,7 @@ else
...
@@ -108,7 +120,7 @@ else
echo
-e
"
${
NC
}
"
echo
-e
"
${
NC
}
"
fi
fi
OPTIONS
=
cd
..
cd
..
...
...
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