nipy / mindboggle

Automated anatomical brain label/shape analysis software (+ website)
http://mindboggle.info
Other
143 stars 54 forks source link

Convert circleci to version 2 #143

Closed binarybottle closed 5 years ago

binarybottle commented 6 years ago

Circleci.com is phasing out their version 1, so we need to update our configuration file for continuous integration / testing.

https://circleci.com/docs/2.0/migrating-from-1-2/

https://circleci.com/docs/2.0/tutorials/

binarybottle commented 6 years ago

I get the following error on circleci (https://circleci.com/gh/nipy/mindboggle/1027):

Build-agent version 0.0.4710-44beb0a (2018-02-27T20:05:34+0000) Configuration errors: 1 error occurred:

  • In step 2 definition: Invalid step structure (expected string or map, got config.StepDescription)
binarybottle commented 6 years ago

I don't know how to deal with the dependencies related to conda, and I believe the syntax for the .circleci/requirements/dev.txt is all outmoded.

binarybottle commented 5 years ago

Thank you, @kaczmarj !