~starkingdoms/starkingdoms

1b6896aedab7db2b61d69fe43541dca6bffe3234 — core 2 years ago 06bd6e5
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