CI
1 files changed, 10 insertions(+), 0 deletions(-) A .gitlab-ci.yml
A .gitlab-ci.yml => .gitlab-ci.yml +10 -0
@@ 0,0 1,10 @@ image: "rust:latest" before_script: - apt-get update -yqq - apt-get install -yqq --no-install-recommends build-essential check:cargo: script: - rustc --version && cargo --version - cargo check --workspace --verbose --locked - cargo clippy --workspace --verbose --locked \ No newline at end of file