-
Notifications
You must be signed in to change notification settings - Fork 71
.travis.yml and .drone.yml to make automatic CI tests work #31
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
Conversation
|
ohh, it looks like travis is already building something |
|
I removed the |
|
However I'm not sure if we really need |
|
If you push a new commit to this branch then the drone job should also start ;) |
|
The drone sign-off-check on PRs complains about the github_token ( |
|
for travis:
|
That should be handled by the DCO bot. @rullzer Could you add it here? |
Then for now: comment out the elements in the matrix that runs it on master (re-enable it in a PR that fixes this) and also disable the check-code for now. AFAIK we don't execute it anyways on install as of now. |
does this mean I should remove the signed-off-check from drone? |
|
where went the travis build now? DCO is here (thank you @rullzer), but travis disappeared somehow and doesn't build the new commits |
Correct- |
Good question ... the hook was properly delivered :/ |
|
Create another commit and push again, maybe it works then. |
hmm, doesn't seem to work |
|
"branches" and "build history" in travis are also empty like... |
|
whohoo, it works again... I commented out the |
now this is the point where travis fails... |
|
okay, that doesn't work |
Use this as configuration.xml: https://github.com/nextcloud/apps/blob/master/build.xml At least this should be a good start. And put the configuration inside the tests directory to make excluding it for build purposes easier. ;) |
3ab16c4 to
342d813
Compare
|
thank you very much for your help! @MorrisJobke |
|
@MorrisJobke should I comment out the phpunit tests so we can merge this without them? So we at least have the other tests and can try to get the unit tests to work later... what do you think? |
Go for that - sorry - don't have time to dig into this. |
|
@MorrisJobke okay, will do that... no problem! thank you for your support! |
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
as we don't support 14 Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
…t.xml` Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Co-Authored-By: violoncelloCH <22591354+violoncelloCH@users.noreply.github.com>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2bee589 to
459c7e5
Compare
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
|
rebased on master and re-enabled drone check-app-compatibility test |
MorrisJobke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
for #24
@MorrisJobke that's what I created...
hope that's how they should look like and it's working this way
cc @nextcloud/user_external