Skip to content

Commit

Permalink
Add board and boardesp to Travis
Browse files Browse the repository at this point in the history
Signed-off-by: Gábor Lipták <[email protected]>
  • Loading branch information
gliptak authored and geohot committed Nov 12, 2017
1 parent 12838d7 commit 511d863
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
language: python

addons:
apt:
packages:
- gcc-arm-none-eabi
- libnewlib-arm-none-eabi
- gperf
- texinfo
- help2man

script:
- python setup.py install
- pushd board && make bin && popd
- pushd boardesp && git clone --recursive https://github.com/pfalcon/esp-open-sdk.git && pushd esp-open-sdk && git checkout 03f5e898a059451ec5f3de30e7feff30455f7cec && LD_LIBRARY_PATH="" make STANDALONE=y && popd && popd
- pushd boardesp && make proxy-0x00000.bin && popd
2 changes: 1 addition & 1 deletion boardesp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ flashall: user1.bin user2.bin
proxy-0x00000.bin: proxy
../panda/esptool.py elf2image $^

proxy: proxy.o
proxy: proxy.o elm327.o webserver.o sha.o

obj/proxy.o: proxy.c
$(CC) $(CFLAGS) -c $^ -o $@
Expand Down

0 comments on commit 511d863

Please sign in to comment.