ANTsX / ANTsR

R interface to the ANTs biomedical image processing library
https://antsx.github.io/ANTsR
Apache License 2.0
127 stars 35 forks source link

Travis down? #358

Open dorianps opened 2 years ago

dorianps commented 2 years ago

I noticed that Travis-ci.org is not working anymore for LINDA and LESYMAP. Looks like travis-ci.org, which was free , has stopped working in June 2021 and asking users to use travis-ci.com, which needs paid subscription. The builds here in ANTsR also show error. Is there a solution to this problem, anybody has noticed this before?

adigherman commented 2 years ago

We switched to GitHub Actions for Neuroconductor. Happy to help you switch to it.

dorianps commented 2 years ago

I would certainly appreciate help on that. Trying to see an example of build status on neuroconductor, but don't see any status or an example yml file.

adigherman commented 2 years ago

GitHub automatically erases run logs older that a certain # of days (cannot remember the exact number right now). See my dev test for ANTsRCore: https://github.com/neuroconductor-devel/ANTsRCore

Yml file: https://github.com/neuroconductor-devel/ANTsRCore/blob/master/.github/workflows/autoci.yml

adigherman commented 2 years ago

@dorianps, did you find the example/yml file to help you were looking for?

dorianps commented 2 years ago

Had a look last night at your ANTsRCore yml and was quite long. I guess I will need to see learn better GitHub Actions u til I can convert my Travis yml. https://github.com/dorianps/LESYMAP/blob/master/.travis.yml

Thanks Adi.