~hp/dfuse_pack

ac6071021fae95b40020b58f10980225ebc22084 — Hanspeter Portner 9 years ago e70adb7
update travis
2 files changed, 20 insertions(+), 5 deletions(-)

M .travis.yml
M README.md
M .travis.yml => .travis.yml +16 -5
@@ 1,6 1,17 @@
language: c
language:
 - c
os:
 - linux
compiler:
  - gcc
  - clang
# Change this to your needs
script: mkdir build && cd build && cmake .. && make
 - gcc
 - clang
before_install:
 - sudo apt-get -qq update
install:
 - sudo apt-get install -y libeina-dev
before_script:
 - mkdir build
 - cd build
 - cmake ..
script:
 - make

M README.md => README.md +4 -0
@@ 4,6 4,10 @@

This command line utility lets you pack raw binary firmware images into a DfuSe image container to be downloaded by any compatible flasher. The ideal companion to extend your automated build and release infrastructure based on DfuSe containers.

### Build status

[![Build Status](https://travis-ci.org/OpenMusicKontrollers/dfuse_pack.svg?branch=master)](https://travis-ci.org/OpenMusicKontrollers/dfuse_pack)

### Dependencies

- [eina](http://docs.enlightenment.org/auto/eina/eina_main.html)