Giter VIP home page Giter VIP logo

Comments (4)

sappelhoff avatar sappelhoff commented on June 3, 2024

@jasmainak I guess somebody with write-access needs to do this? Potential milestone for 0.1.0? I remember in my PR, there were occasional issues with make html in the /doc directory that you caught but I didn't notice. Circle CI would have alerted me to that earlier, wouldn't it?

from mne-bids.

jasmainak avatar jasmainak commented on June 3, 2024

Yeah sure I can give you write access. Do you want to make a PR?

from mne-bids.

sappelhoff avatar sappelhoff commented on June 3, 2024

Yes, but I am running into issues:

  1. It seems that you can only set up circle CI for repos that you actually own - I couldn't find information on how to deal with it if you have write access as a contributor

  2. As an alternative, I wanted to set up circle CI on a branch of my fork ... but apparently it's a bit troublesome to have circleCI only on one branch. And I don't want to pollute my master branch with something that might not get merged.

  3. Running through the procedure and reading up on it I was asking myself to questions:

a) What does CircleCI offer to us, that we cannot do with Travis? --> couldn't we add a cd /doc; make html call to the travis script?

b) What exactly is the make call doing here?

mne-bids/.travis.yml

Lines 27 to 28 in cf47d16

script:
- make

I don't see any make file. Is that some implicit python default configuration that I don't know of?

from mne-bids.

jasmainak avatar jasmainak commented on June 3, 2024
  1. Just make a PR. I will enable it so when you push Circle will get activated and you can iterate till you make it pass

  2. See 1.

  3. a) You could but you have an artifacts tab in CircleCI which lets you browse the html that is built. I'm not sure if Travis allows you to do that

b) You do have a makefile here. When you call it without any arguments, I think it calls "make all"

from mne-bids.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.