shithub: rgbds

Download patch

ref: 481748c279e0ea021d8a192c244db680a86874c1
parent: 2e6f5ac679b6fec430023a1527fb4d4f9a8bfc82
author: ISSOtm <[email protected]>
date: Sat Sep 7 07:56:52 EDT 2019

Make CI output Makefile commands
This is good for debugging Makefiles on systems I don't have (eg. macOS)
End users will not be affected by this, and CI provides a persistent log
so clobbering isn't much of an issue.

--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@
 sudo: required
 install:
   - ./.travis-deps.sh
-  - make
-  - sudo make install
+  - make Q=
+  - sudo make install Q=
 os:
   - linux
   - osx