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

Add CI Server #22

Open
12 tasks
scott-wilson opened this issue May 18, 2021 · 0 comments
Open
12 tasks

Add CI Server #22

scott-wilson opened this issue May 18, 2021 · 0 comments

Comments

@scott-wilson
Copy link
Member

scott-wilson commented May 18, 2021

Using GitHub actions from https://github.com/actions-rs (or inspired by) may be useful for the project. Also, we may want to update the VSCode Dev container to be more useful for running tests.

A useful link to get this set up: https://shift.click/blog/github-actions-rust/

The following should be added:

Building

  • Linux (CentOS 7)
  • Windows (latest)
  • Mac OSX (latest)

Testing

Unit/Integration Tests (cargo test)

  • Linux (CentOS 7)
  • Windows (latest)
  • Mac OSX (latest)

Linters/Static Analysis

  • Clippy
  • Cargo Audit (Including weekly)
  • Code coverage (tarpaulin?)
  • Miri
  • Sanitizers (asan, msan, tsan, lsan, ...)
  • rustfmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant