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

ci: first try

parent 60c55ea2
No related branches found
No related tags found
No related merge requests found
#image: oarteam/batsim_ci:latest
variables:
GIT_SUBMODULE_STRATEGY: none
stages:
- unique_stage
###############################################################################
# Build and test
###############################################################################
build_and_test:
stage: unique_stage
image: debian:unstable-slim
script:
# Get various dependencies
- apt install -y g++ libprotobuf-dev meson ninja pkg-config
# Build protocol (c++)
- (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