cpp-driver icon indicating copy to clipboard operation
cpp-driver copied to clipboard

Add CI for PRs and release

Open fruch opened this issue 4 years ago • 1 comments

for python-driver, I have some mileage on how to use github actions, building and testing in multiple OS and even multiple architectures

and handle the release in more automated fashion (into PyPi)

I've described it a bit here: https://fruch.github.io/2020/12/29/github-actions

I think the Jenkinsfile file from this repo can be kind of a guideline for that (how it was handled by datastax)

fruch avatar Jan 19 '21 22:01 fruch

This is how the Rust Scylla driver implemented the CI: https://github.com/scylladb/scylla-rust-driver/blob/main/.github/workflows/rust.yml

Jasperav avatar Mar 18 '21 20:03 Jasperav