~starkingdoms/starkingdoms

6ddf7efa3bb2079125fffbdcfdc052661388b49a — c0repwn3r 2 years ago cb5394d
remove jenkins CI
1 files changed, 0 insertions(+), 12 deletions(-)

D .gitlab-ci.yml
D .gitlab-ci.yml => .gitlab-ci.yml +0 -12
@@ 1,12 0,0 @@
image: "rust:latest"
before_script:
  - apt-get update -yqq
  - apt-get install -yqq --no-install-recommends build-essential
  - rustup component add clippy
  - apt-get install -yqq protobuf-compiler

check:cargo:
  script:
    - rustc --version && cargo --version
    - cargo check --locked
    - cargo clippy --workspace --locked