Skip to content
Snippets Groups Projects
Commit 81ebf8b8 authored by Brian Lewis's avatar Brian Lewis
Browse files

Add cmake to build container

parent c0c698f1
No related branches found
Tags 0.5.0
No related merge requests found
Pipeline #19190 passed
......@@ -42,6 +42,8 @@ test:
# https://docs.gitlab.com/ee/user/project/releases/#use-a-generic-package-for-attaching-binaries
build-linux:
stage: build
before_script:
- apt update && apt install -y cmake
script:
- cargo build --release
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment