From ac6071021fae95b40020b58f10980225ebc22084 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Tue, 28 Oct 2014 11:42:22 +0100 Subject: [PATCH] update travis --- .travis.yml | 21 ++++++++++++++++----- README.md | 4 ++++ 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a96538..54f192e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 68f4375..9083b70 100644 --- a/README.md +++ b/README.md @@ -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) -- 2.38.5