Uh oh!
There was an error while loading. Please reload this page.
.travis.yml and .drone.yml to make automatic CI tests work - #31
Conversation
violoncelloCH
commented
Jan 2, 2019
ohh, it looks like travis is already building something |
violoncelloCH
commented
Jan 2, 2019
I removed the |
violoncelloCH
commented
Jan 2, 2019
However I'm not sure if we really need |
Uh oh!
There was an error while loading. Please reload this page.
MorrisJobke
commented
Jan 3, 2019
If you push a new commit to this branch then the drone job should also start ;) |
violoncelloCH
commented
Jan 3, 2019
The drone sign-off-check on PRs complains about the github_token ( |
for travis:
|
MorrisJobke
commented
Jan 7, 2019
That should be handled by the DCO bot. @rullzer Could you add it here? |
MorrisJobke
commented
Jan 7, 2019
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 |
MorrisJobke
commented
Jan 7, 2019
Correct- |
MorrisJobke
commented
Jan 7, 2019
Good question ... the hook was properly delivered :/ |
MorrisJobke
commented
Jan 7, 2019
Create another commit and push again, maybe it works then. |
violoncelloCH
commented
Jan 7, 2019
hmm, doesn't seem to work |
violoncelloCH
commented
Jan 7, 2019
"branches" and "build history" in travis are also empty like... |
violoncelloCH
commented
Jan 7, 2019
whohoo, it works again... I commented out the |
violoncelloCH
commented
Jan 7, 2019
now this is the point where travis fails... |
violoncelloCH
commented
Jan 7, 2019
okay, that doesn't work |
MorrisJobke
commented
Jan 7, 2019
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
342d813ComparevioloncelloCH
commented
Jan 8, 2019
thank you very much for your help! @MorrisJobke |
Uh oh!
There was an error while loading. Please reload this page.
violoncelloCH
commented
Feb 27, 2019
@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? |
MorrisJobke
commented
Feb 27, 2019
Go for that - sorry - don't have time to dig into this. |
violoncelloCH
commented
Feb 27, 2019
@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
459c7e5CompareSigned-off-by: Jonas Sulzer <jonas@violoncello.ch>
violoncelloCH
commented
Feb 27, 2019
rebased on master and re-enabled drone check-app-compatibility test |
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