eclipse-embed-cdt / eclipse-plugins

The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
http://eclipse-embed-cdt.github.io/
Eclipse Public License 2.0
558 stars 130 forks source link

Fix Eclipse CI build status badge #396

Closed ruspl-afed closed 4 years ago

ruspl-afed commented 4 years ago

Update fork

ilg-ul commented 4 years ago

CI is ok, isn't it?

ruspl-afed commented 4 years ago

Yes, it works now. May be we can retire Travis.

ilg-ul commented 4 years ago

You mean to remove the .yml file?

ruspl-afed commented 4 years ago

Yes. I would say "and change repository settings" but I suppose there is nothing to change there as it was never working.

ruspl-afed commented 4 years ago

@ilg-ul please have a look on README in my fork - build status works good https://github.com/ruspl-afed/eclipse-plugins/

ilg-ul commented 4 years ago

The Jenkins job is not CI, I trigger it only when I want the result published in the builds folder, so I guess the badge should not point to it, but to the GitHub Actions.

ilg-ul commented 4 years ago

I would say "and change repository settings" but I suppose there is nothing to change there as it was never working.

It worked before the migration.

There is still a web hook pointing to Travis, should I remove it?

ruspl-afed commented 4 years ago

The Jenkins job is not CI, I trigger it only when I want the result published in the builds folder, so I guess the badge should not point to it, but to the GitHub Actions.

Done

ruspl-afed commented 4 years ago

I would say "and change repository settings" but I suppose there is nothing to change there as it was never working.

It worked before the migration.

There is still a web hook pointing to Travis, should I remove it?

Yes, I would stick to GitHub actions - at the moment it is the best choice for GitHub

ilg-ul commented 4 years ago

Great, thank you!

If we find a solution to enable stats for the p2 repo, I think we can consider to release 5.1.2.

ilg-ul commented 4 years ago

.travis.yml removed, and the webhook deleted.