ipfs-inactive / dev-team-enablement

[ARCHIVED] Dev Team Enablement Working Group
3 stars 1 forks source link

Create pipeline for rust projects #68

Open victorb opened 6 years ago

victorb commented 6 years ago

Projects like https://github.com/libp2p/rust-libp2p should be using Jenkins as well. For that, we need:

  • [ ] Figure out how to download dependencies in a manner that makes sense
  • [ ] Figure out how to run tests
  • [ ] Make sure it passes on all platforms

We should expose the pipeline so just rust() is needed in ci/Jenkinsfile for Jenkins to be able to build it.

Moved from https://github.com/ipfs/jenkins-libs/issues/11