nasadata icon indicating copy to clipboard operation
nasadata copied to clipboard

How to change Travis-CI and codecov from vsimko/nasadata to Eflores89/nasadata

Open vsimko opened this issue 9 years ago • 2 comments

Currently, the links in README.md point to the status of vsimko/nasadata repository.

If you want the build to be performed on this repo and not on my forked repo, you need to:

  • Set up an account at https://travis-ci.org/ and turn on builds for Eflores89/nasadata
  • Set up an account at https://codecov.io
  • Edit README.md as follows:
[![Build Status](https://travis-ci.org/Eflores89/nasadata.svg)](https://travis-ci.org/Eflores89/nasadata)
[![codecov.io](https://codecov.io/github/Eflores89/nasadata/coverage.svg?branch=master)](https://codecov.io/github/Eflores89/nasadata?branch=master)

vsimko avatar May 11 '16 08:05 vsimko

Excuse my huge ignorance, but I have no idea what travis-ci is... To build, do I have to download and compile? I'm really lost...

Eflores89 avatar May 13 '16 15:05 Eflores89

No problem ;-) Travis is a cloud-based continuous integration service that provides infrastructure for free for open source projects hosted on github. You dont have to download anything. Currently, I configured the build process in my fork using the .travis.yml file. I just created this issue to guide you how to configure it on this repository rather than on the forked repo.

vsimko avatar May 13 '16 22:05 vsimko