Commit 469a53af authored by Lucas Russo's avatar Lucas Russo

.travis.yml,ci_build.sh: update travis files as we changed compile scripts

parent 83be2107
...@@ -8,8 +8,8 @@ compiler: ...@@ -8,8 +8,8 @@ compiler:
sudo: false sudo: false
env: env:
- BOARD=ml605 EXAMPLES=with_examples LIBS_LINK=without_libs_link - BOARD=ml605 EXAMPLES=with_examples LIBS_LINK=without_libs_link APP=ebpm
- BOARD=afcv3 EXAMPLES=with_examples LIBS_LINK=without_libs_link - BOARD=afcv3 EXAMPLES=with_examples LIBS_LINK=without_libs_link APP=ebpm
addons: addons:
apt: apt:
......
...@@ -58,4 +58,4 @@ git clone --branch=${MALAMUTE_VER} git://github.com/lnls-dig/malamute.git && ...@@ -58,4 +58,4 @@ git clone --branch=${MALAMUTE_VER} git://github.com/lnls-dig/malamute.git &&
( cd malamute; ./autogen.sh && ./configure "${CONFIG_OPTS[@]}" && ( cd malamute; ./autogen.sh && ./configure "${CONFIG_OPTS[@]}" &&
make check && make install ) || exit 1 make check && make install ) || exit 1
./compile.sh $BOARD $EXAMPLES $LIBS_LINK "${BPM_OPTS[@]}" ./compile.sh $BOARD $APP $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