From 691c769178f1ab9258f394d10d49c92818a5c9b5 Mon Sep 17 00:00:00 2001 From: Dave Hodder Date: Wed, 26 Jul 2017 12:12:21 +0100 Subject: adding docker build status, and debug code to test the build --- .travis.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45ed81e..c5d586e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ before_install: - docker run -d -v $(pwd):/launchpad-pro novation-launchpad-pro-dev "make" script: -- test -f build/launchpad_pro.syx +- pwd; ls; ls build; test -f build/launchpad_pro.syx diff --git a/README.md b/README.md index 98b25cf..cb9d039 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/dvhdr/launchpad-pro.svg?branch=master)](https://travis-ci.org/dvhdr/launchpad-pro) + # Launchpad Pro Open source firmware for the Novation Launchpad Pro grid controller! By customising this code, you can: -- cgit v1.2.1