summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Hodder <dave.hodder@focusrite.com>2017-07-26 12:12:21 +0100
committerDave Hodder <dave.hodder@focusrite.com>2017-07-26 12:12:21 +0100
commit691c769178f1ab9258f394d10d49c92818a5c9b5 (patch)
treef8236872677bf19fb043c1683fc5b3cc1b0148ef
parentea50d522ef72143377b3748e296b8ca0da8f535e (diff)
downloadlaunchpad-polymaker-691c769178f1ab9258f394d10d49c92818a5c9b5.tar.gz
launchpad-polymaker-691c769178f1ab9258f394d10d49c92818a5c9b5.zip
adding docker build status, and debug code to test the build
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 45ed81e..c5d586e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,4 +10,4 @@ before_install:
10- docker run -d -v $(pwd):/launchpad-pro novation-launchpad-pro-dev "make" 10- docker run -d -v $(pwd):/launchpad-pro novation-launchpad-pro-dev "make"
11 11
12script: 12script:
13- test -f build/launchpad_pro.syx 13- 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 @@
1[![Build Status](https://travis-ci.org/dvhdr/launchpad-pro.svg?branch=master)](https://travis-ci.org/dvhdr/launchpad-pro)
2
1# Launchpad Pro 3# Launchpad Pro
2Open source firmware for the Novation Launchpad Pro grid controller! By customising this code, you can: 4Open source firmware for the Novation Launchpad Pro grid controller! By customising this code, you can:
3 5