Skip to content
Snippets Groups Projects
Commit ef1a06ff authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Add missing docker dependencies

parent ec4b02b9
No related branches found
No related tags found
No related merge requests found
Pipeline #1720 failed with stages
in 2 minutes and 36 seconds
......@@ -7,6 +7,8 @@ stages:
build_job:
stage: build
before_script:
- sudo apt update && sudo apt -y --no-install-recommends install build-essential cmake pkg-config libboost-thread-dev
script:
- mkdir build && cd build
- cmake -DBUILD_TESTS=ON ..
......@@ -19,6 +21,8 @@ build_job:
test_load_job:
stage: test
before_script:
- sudo apt update && sudo apt -y --no-install-recommends install libboost-thread-dev
script:
- sleep 10
- /usr/local/bin/DataBaseds 2 -ORBendPoint giop:tcp::10000 &
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment