Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CoMISo
CoMISo
Commits
8fff165f
Commit
8fff165f
authored
Dec 03, 2015
by
Jan Möbius
Browse files
Output some information about installed software on mac
parent
e978bf7e
Pipeline
#227
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-mac.sh
View file @
8fff165f
...
...
@@ -5,6 +5,10 @@ set -e
LANGUAGE
=
$1
echo
"============================="
echo
"Build information"
echo
"============================="
PATH
=
$PATH
:/opt/local/bin
export
PATH
...
...
@@ -17,6 +21,17 @@ elif [ "$LANGUAGE" == "C++11" ]; then
OPTIONS
=
"
$OPTIONS
-DCMAKE_CXX_FLAGS='-std=c++11' "
fi
echo
"============================="
echo
"Software Directory content: "
echo
"============================="
ls
~/sw
echo
"============================="
echo
"Starting Build: "
echo
"============================="
#########################################
# Build release version
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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