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
+
+[](https://travis-ci.org/OpenMusicKontrollers/dfuse_pack)
+
### Dependencies
- [eina](http://docs.enlightenment.org/auto/eina/eina_main.html)