mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
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.
This commit is contained in:
@@ -2,8 +2,8 @@ language: c
|
|||||||
sudo: required
|
sudo: required
|
||||||
install:
|
install:
|
||||||
- ./.travis-deps.sh
|
- ./.travis-deps.sh
|
||||||
- make
|
- make Q=
|
||||||
- sudo make install
|
- sudo make install Q=
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|||||||
Reference in New Issue
Block a user