Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alarm-handler
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
alarm-handler
Commits
21bb7469
Commit
21bb7469
authored
3 years ago
by
Graziano Scalamera
Browse files
Options
Downloads
Patches
Plain Diff
First test ci build
parent
a2e191bb
No related branches found
No related tags found
1 merge request
!1
Test ci
Pipeline
#1578
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+31
-0
31 additions, 0 deletions
.gitlab-ci.yml
with
31 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
31
−
0
View file @
21bb7469
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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment