Skip to content

Commit

Permalink
changes to build SD card archive
Browse files Browse the repository at this point in the history
  • Loading branch information
aegean-odyssey committed Dec 20, 2019
1 parent 5e12181 commit d850edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ script:
- docker run -v $(pwd):/root ao:travis su -l -c "make all"

before_deploy:
- docker run -v $(pwd):/root ao:travis su -l -c "make -C uSDCard all"
- make -C uSDCard all

deploy:
provider: releases
Expand Down
2 changes: 1 addition & 1 deletion .travis_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM debian:buster-slim
RUN apt-get update -q -q && apt-get upgrade --yes

# arm "bare metal" cross compiler and libraries
RUN apt-get install --no-install-recommends --yes zip \
RUN apt-get install --no-install-recommends --yes \
make gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib

# if it exists, put a local bin directory into the search path
Expand Down

0 comments on commit d850edb

Please sign in to comment.