+65
−9
+3
−2
CMakePresets.json
0 → 100644
+203
−0
+32
−4
docker/0.2.0-wip/Dockerfile
0 → 100644
+133
−0
Loading
Resolve "Automatically run tests in pipelines" This MR enables automatic testing using `ctest`, and also updates the CI pipelines so that they run `build` and `test` jobs exercising the code. We also add a `Dockerfile` that builds an appropriate CI environment to build, test, and run Cargo. Closes #6 Closes #6 See merge request !8