glotzerlab / signac-examples

Examples for the signac framework.
https://signac.io/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Adding Examples CI Configuration #9

Closed y4shb closed 4 years ago

y4shb commented 4 years ago

Issue : https://github.com/glotzerlab/signac-examples/issues/6

Setting up a generic CircleCI config file under signac-examples/.circleci/

csadorf commented 4 years ago

@CryoZEUS I've enabled Build forked pull requests on CircleCI, I hope that pushing to this branch again will trigger a build.

y4shb commented 4 years ago

@csadorf Great! Thank you!

bdice commented 4 years ago

@CryoZEUS In the end we should only have one job, linux-python-38, and it should have two separate commands: install dependencies and run tests. We can create jobs for other Python versions after we get Python 3.8 right.

bdice commented 4 years ago

@CryoZEUS If you're going to use conda, you should consider switching the image to continuumio/miniconda3 instead of installing it manually.

bdice commented 4 years ago

I am going to work on finishing this up.

bdice commented 4 years ago

Since the discussion on this PR is no longer relevant to the changes I made, I will close this PR and start a fresh one.