vfx-rs / openexr-bind

cppmm bindings for OpenEXR
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Add CI Server #22

Open scott-wilson opened 3 years ago

scott-wilson commented 3 years ago

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

Testing

Unit/Integration Tests (cargo test)

Linters/Static Analysis