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

ci

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