Commit fdb89868 authored by Lucas Russo's avatar Lucas Russo

.travis.yml,ci_build.sh: add LIBS_LINK option

Travis cannot run ldconfig on install, so we
tell our build system not to execute it.
parent 584eff96
......@@ -8,8 +8,8 @@ compiler:
sudo: false
env:
- BOARD=ml605 WITH_EXAMPLES=with_examples
- BOARD=afcv3 WITH_EXAMPLES=with_examples
- BOARD=ml605 EXAMPLES=with_examples LIBS_LINK=without_libs_link
- BOARD=afcv3 EXAMPLES=with_examples LIBS_LINK=without_libs_link
addons:
apt:
......
......@@ -58,4 +58,4 @@ git clone --branch=${MALAMUTE_VER} git://github.com/lnls-dig/malamute.git &&
( cd malamute; ./autogen.sh && ./configure "${CONFIG_OPTS[@]}" &&
make check && make install ) || exit 1
./compile.sh $BOARD $WITH_EXAMPLES "${BPM_OPTS[@]}"
./compile.sh $BOARD $EXAMPLES $LIBS_LINK "${BPM_OPTS[@]}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment