Commit bb1d8f2d authored by Lucas Russo's avatar Lucas Russo

ci_build.sh,.travis.yml: change LIBS_LINK to SYSTEM_INTEGRATION option

parent ad7eff03
......@@ -8,9 +8,9 @@ compiler:
sudo: false
env:
- BOARD=ml605 EXAMPLES=yes LIBS_LINK=no APP=ebpm
- BOARD=afcv3 EXAMPLES=yes LIBS_LINK=no APP=ebpm
- BOARD=afcv3_1 EXAMPLES=yes LIBS_LINK=no APP=ebpm
- BOARD=ml605 EXAMPLES=yes SYSTEM_INTEGRATION=no APP=ebpm
- BOARD=afcv3 EXAMPLES=yes SYSTEM_INTEGRATION=no APP=ebpm
- BOARD=afcv3_1 EXAMPLES=yes SYSTEM_INTEGRATION=no APP=ebpm
addons:
apt:
......
......@@ -61,4 +61,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 -b $BOARD -a "${APP}" -e $EXAMPLES -l $LIBS_LINK -x "${BPM_OPTS[*]}"
./compile.sh -b $BOARD -a "${APP}" -e $EXAMPLES -l $SYSTEM_INTEGRATION -x "${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