Skip to content
Snippets Groups Projects
Commit dc65751e authored by Éloïs's avatar Éloïs
Browse files

Add cmake

parent c36d749d
Branches
Tags
No related merge requests found
Pipeline #11849 passed
...@@ -3,6 +3,10 @@ MAINTAINER elois <c@elo.tf> ...@@ -3,6 +3,10 @@ MAINTAINER elois <c@elo.tf>
LABEL version="1.47.0" LABEL version="1.47.0"
LABEL description="CI for Rust projects" LABEL description="CI for Rust projects"
# Add cmake
RUN apt-get update; \
apt-get install -y cmake
# Install fmt and clippy # Install fmt and clippy
RUN rustup component add rustfmt && rustup component add clippy RUN rustup component add rustfmt && rustup component add clippy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment