Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable automatic builds on Travis (Linux and OS X) and Appveyor (Windows) #43

Merged
merged 15 commits into from
Sep 12, 2016

Conversation

chrisgorgo
Copy link
Collaborator

This is initial work to get dcm2niix built on every commit/PR (which should improve quality since we will be able to spot PRs that break compilation before they are merged) and deploy a .zip files when a new tag is pushed.

Things that I managed to get running:

  • builds for OS X with batch mode
  • builds for Linux with batch mode

Things I could not get to work:

  • building for Windows (on Appveyor) - I lack experience compiling C++ code on windows. You can try to get it to work or remove appveyor.yml

Things I did not test:

  • Deploying .zips with binaries - this has to be tested after this is merged.

After merging this PR you need to enable this repository on https://travis-ci.org/ and https://ci.appveyor.com as well as generate keys (see comments). Only the repository owner can do this.

@neurolabusc neurolabusc merged commit d47423a into rordenlab:master Sep 12, 2016
@neurolabusc
Copy link
Collaborator

Thanks. Looks really useful.

@chrisgorgo
Copy link
Collaborator Author

You (or the repository admin) still need to set this up on Travis (see: https://travis-ci.org/neurolabusc/) and AppVeyor for it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants