cppcheclipse icon indicating copy to clipboard operation
cppcheclipse copied to clipboard

Continuous Integration: Migrate to Travis from Cloudbees

Open kwin opened this issue 8 years ago • 5 comments

Travis https://travis-ci.org/ is easier to integrate nowadays and is never deprovisioned.

kwin avatar May 25 '16 18:05 kwin

I had one small travis script working which builds the cppcheclipse, I was struggling to get the publish/deploy a realese working. But worked well for the build, so it is still useful to see if the project builds or not. Should I make you PR request for the .travis.yml as well?

AntonKrug avatar Jan 04 '18 10:01 AntonKrug

Yes, please.

kwin avatar Jan 04 '18 10:01 kwin

This could be done with this commit:

https://github.com/kwin/cppcheclipse/pull/82/commits/b7643be038bafd45ab0dfd7ef1366511c43dd2b1

AntonKrug avatar Jan 05 '18 10:01 AntonKrug

Travis build is now working in the background. Still need to include the according images in the readme to expose the latest build status (https://docs.travis-ci.com/user/status-images/).

kwin avatar Jan 24 '18 14:01 kwin

This should do?

[![Build Status](https://travis-ci.org/kwin/cppcheclipse.svg?branch=master)](https://travis-ci.org/kwin/cppcheclipse)

Build Status

AntonKrug avatar Jan 24 '18 15:01 AntonKrug