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:
ISSOtm
2019-09-07 11:56:52 +00:00
parent 2e6f5ac679
commit 481748c279

View File

@@ -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