Commit graph

6 commits

Author SHA1 Message Date
Lionel Flandrin
0d4372885d Gitlab CI: remove clippy test since it's unreliable 2020-04-13 18:54:31 +01:00
Lionel Flandrin
3698eed57f Gitlab CI: remove 'cargo fmt' test since it didn't work anymore 2020-04-13 18:03:43 +01:00
Lionel Flandrin
60efe4b39d gitlab-ci: allow rustfmt and clippy tests to fail
These tests seem too unreliable to make mandatory.
2020-01-30 10:28:50 +00:00
Lionel Flandrin
39168f8dd8 gitlab-ci: don't allow clippy failure 2020-01-07 01:27:39 +00:00
Lionel Flandrin
78464d15e9 Implemented debugger interface
No debugger backend yet.

The interface is hidden behind the "debugger" feature, disabled by
default for performance reasons.
2020-01-07 01:27:39 +00:00
Lionel Flandrin
4562d2ce8a Added .gitlab-ci.yml
Based on https://chrismacnaughton.com/blog/rust/rust-gitlab-ci/
2019-12-26 22:16:38 +00:00