Skip to content

Commit

Permalink
add qibuild aliases to be used with colout
Browse files Browse the repository at this point in the history
Change-Id: Ia727b61341f49f7756c672ff9af24a7a064bcff9
Reviewed-on: http://gerrit.aldebaran.lan/33550
Tested-by: gerrit
Reviewed-by: dmerejkowsky <[email protected]>
Tested-by: dmerejkowsky <[email protected]>
  • Loading branch information
dmerejkowsky committed Jan 2, 2014
1 parent c708fa3 commit a281b08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 0 additions & 9 deletions contrib/colout/colout_qibuild.py

This file was deleted.

7 changes: 7 additions & 0 deletions contrib/colout/qibuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
function qc {
qibuild configure --color=always $* | colout -t cmake
}

function qm {
qibuild make --color=always $* | colout -t g++
}

0 comments on commit a281b08

Please sign in to comment.