Makefile: What is "TRAVIS"? #4915
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2015-08-24 by @gfwilliams Just google it, it's https://travis-ci.org/ It tests each commit to see if it breaks anything. However I was having issues where I'd commit something, and with some compilers the binary would be too big to fit in flash memory, and the build would fail. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-08-23 by Kolban
In the Makefile for the project, there is a definition check for something called "TRAVIS". If it is NOT defined, we run a script to check that the binary will fit in flash. My question is ... what is "TRAVIS" and what is the intent here?
Neil
Beta Was this translation helpful? Give feedback.
All reactions