Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis does not report build error #132

Open
odanoburu opened this issue Jan 9, 2019 · 0 comments
Open

travis does not report build error #132

odanoburu opened this issue Jan 9, 2019 · 0 comments

Comments

@odanoburu
Copy link
Contributor

this issue is (mostly) for documentation purposes.

the travis build uses the Setup.* scripts, and these call the GF compiler with the --no-pmcfg flag; therefore all errors that would happen in this phase will not be reported. (an example of this is 3cb24d9)

now, the Setup.* scripts call the compiler this way because it would take ages for it to compile the RGL otherwise (or are there other reasons?). but this issue can be solved by having travis call the script discussed in #118 with only the languages that have been modified, which shouldn't take too long (unless it's French :P)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants