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 integration not working #61

Closed
fingolfin opened this issue May 23, 2016 · 3 comments
Closed

Travis integration not working #61

fingolfin opened this issue May 23, 2016 · 3 comments
Assignees

Comments

@fingolfin
Copy link
Collaborator

As reported by @bau-sec in a comment on issue #56, the Travis integration (merged in PR #38) is currently not working.

I think @sui77 will have to do something on the travis side to fix this; perhaps going to https://travis-ci.org/sui77/rc-switch and clicking the activation link will be enough?

@sui77
Copy link
Owner

sui77 commented May 25, 2016

Done.

Unfortunately the ReceiveDemo_Advanced fails complaining about undeclared functions altough they are in the same file ( examples/ReceiveDemo_Advanced/output.ino ).
Compiles fine in my Arudino IDE. Any ideas?

/tmp/tmpTH72Bq/src/output.ino:6:53: error: 'dec2binWzerofill' was not declared in this scope
/tmp/tmpTH72Bq/src/output.ino:14:34: error: 'bin2tristate' was not declared in this scope

(more: https://travis-ci.org/sui77/rc-switch/jobs/132872644 )

@sui77
Copy link
Owner

sui77 commented May 26, 2016

Moved the two functions to top. Altough I'm not that happy to have the helper-functions at top it works now.

@sui77 sui77 closed this as completed May 26, 2016
@sui77
Copy link
Owner

sui77 commented May 26, 2016

Reverted and fixed with #66 which is even better.

@sui77 sui77 reopened this May 26, 2016
@sui77 sui77 closed this as completed May 26, 2016
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