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

Fix artifacts and ps

parent f5bb070f
No related branches found
No related tags found
1 merge request!1Test ci
Pipeline #1593 failed with stages
in 2 minutes and 14 seconds
......@@ -27,15 +27,17 @@ 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
#TODO: remove procps use for ps
- sudo apt update && sudo apt -y --no-install-recommends install build-essential cmake pkg-config libboost-thread-dev procps
script:
#- make
- mkdir build && cd build
- cmake ..
- make
#artifacts:
# paths:
# - build/alarm-handler-srv
artifacts:
paths:
- build/alarm-handler-srv
expire_in: 1 week
# # depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# cache:
# paths:
......
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