Skip to content
Snippets Groups Projects
Commit d6d21c91 authored by Millian Poquet's avatar Millian Poquet
Browse files

ci

parent f237c069
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ stages:
###############################################################################
# Build and test
###############################################################################
build_and_test:
debian:
stage: unique_stage
image: debian:unstable-slim
script:
......@@ -17,4 +17,4 @@ build_and_test:
- apt update -y
- apt install -y g++ libprotobuf-dev protobuf-compiler meson ninja-build pkg-config
# Build protocol (c++)
- (cd protocol && meson build && ninja -C build && meson install)
- (cd protocol && meson build --prefix=/usr && ninja -C build && sudo meson install)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment