Giter Club home page Giter Club logo

Comments (2)

zijiewu3 avatar zijiewu3 commented on August 14, 2024

Thanks Ray!
-CI: I have a little understanding of what CI is as a concept and have no idea how I can make it work. I will start looking into it.
-Workflow: PR created!
-Snapshot of README: could you elaborate? What should be the snapshot?

from mbuild_ona.

rmatsum836 avatar rmatsum836 commented on August 14, 2024

-CI: I have a little understanding of what CI is as a concept and have no idea how I can make it

There are many articles that describe continuous integration better than I will, but the gist of it is to automatically test a build of your software on a periodic basis to ensure your code is working as intended. These services like TravisCI and AzurePipelines will create builds of your software package based on your instructions and run all of the unit tests. For all of our MoSDeF projects, our builds get triggered whenever 1) someone submits a PR and 2) on a nightly basis. The purpose of 1 is to ensure that the new code getting merged into master doesn't break the package and the purpose of 2 is to constantly check that our software is working as intended. CI takes a little bit of time to setup but is well worth it in the long run.

Our CI has gotten somewhat complex for mBuild and foyer. If you want a simpler example, I would take a look at devtools and .travis.yml in the mbuild-cookiecutter: https://github.com/rmatsum836/mbuild-cookiecutter. In fact I would highly recommend using this cookie cutter for your future mbuild recipes since it automatically sets up a lot of the packaging for you, including unit testing and CI.

Snapshot of README: could you elaborate? What should be the snapshot?

For this I just mean a snapshot of your ONA model in VMD or OVITO.

from mbuild_ona.

Related Issues (2)

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.