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

ci

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