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

First test ci build

parent a2e191bb
No related branches found
No related tags found
1 merge request!1Test ci
Pipeline #1578 failed with stage
in 13 seconds
image:
name: artefact.skao.int/ska-tango-images-tango-cpp:9.3.5
build:
stage: build
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
before_script:
- apt update && apt -y install libboost-thread
script:
- make
artifacts:
paths:
- bin
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# cache:
# paths:
# - "*.o"
#configure:
# stage: configure
# run tests using the binary built before
#test:
# stage: test
# script:
# - ./runmytests.sh
# services:
# - name: artefact.skao.int/ska-tango-images-tango-databaseds:9.3.6
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