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

ci

parent 6f073181
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,6 @@ build_and_test: ...@@ -15,6 +15,6 @@ build_and_test:
script: script:
# Get various dependencies # Get various dependencies
- apt update -y - apt update -y
- apt install -y g++ libprotobuf-dev 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 && ninja -C build && meson install) - (cd protocol && meson build && 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