gitlab-ci-launchpad-mini-co.../.gitlab-ci.yml
Louis Vallat 592d5908ab
It was the dev version that was needed
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2022-06-02 18:29:25 +02:00

14 lines
167 B
YAML

default:
image: rust
stages:
- build
before_script:
- apt update && apt install -y libasound2-dev
build:
stage: build
script:
- cargo build --release