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
Matthias Mayr
limbo
Commits
53de8a72
Commit
53de8a72
authored
Apr 20, 2016
by
Konstantinos Chatzilygeroudis
Browse files
Minor improvement in travis yaml
parent
c1a97194
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
53de8a72
...
...
@@ -30,12 +30,6 @@ addons:
packages
:
-
libboost1.55-all-dev
-
libeigen3-dev
-
libgtest-dev
-
autoconf
-
automake
-
libtool
-
libgoogle-glog-dev
-
libgflags-dev
install
:
-
if [ "$LIBCMAES" = "ON" ]; then 'ci/install_libcmaes.sh' ; fi
...
...
ci/install_libcmaes.sh
View file @
53de8a72
sudo
apt-get
-qq
update
sudo
apt-get
-qq
--yes
--force-yes
install
libgtest-dev autoconf automake libtool libgoogle-glog-dev libgflags-dev
cd
/usr/src/gtest
sudo mkdir
build
&&
cd
build
sudo
cmake ..
...
...
@@ -10,4 +12,4 @@ cd libcmaes
make
sudo
make
install
sudo
ldconfig
cd
&&
cd
$CI_HOME
cd
$CI_HOME
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