Commit 6fc2a8be authored by Lucas Russo's avatar Lucas Russo

.travis.yml,ci_build.sh: fix build as compile.sh changed

parent bdb129e4
......@@ -8,9 +8,9 @@ compiler:
sudo: false
env:
- BOARD=ml605 EXAMPLES=with_examples LIBS_LINK=without_libs_link APP=ebpm
- BOARD=afcv3 EXAMPLES=with_examples LIBS_LINK=without_libs_link APP=ebpm
- BOARD=afcv3_1 EXAMPLES=with_examples LIBS_LINK=without_libs_link APP=ebpm
- 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
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 $BOARD $APP $EXAMPLES $LIBS_LINK "${BPM_OPTS[@]}"
./compile.sh -b $BOARD -a "${APP}" -e $EXAMPLES -l $LIBS_LINK -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