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
7fc402d3
Commit
7fc402d3
authored
7 months ago
by
Graziano Scalamera
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI
parent
87be96d9
No related branches found
No related tags found
1 merge request
!3
Resolve "Add macOS compatibility"
Pipeline
#2039
passed with stages
in 3 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
test/testdevice/src/main.cpp
+9
-0
9 additions, 0 deletions
test/testdevice/src/main.cpp
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
7fc402d3
...
...
@@ -7,6 +7,8 @@ stages:
build_job
:
stage
:
build
tags
:
-
docker
before_script
:
-
sudo apt update && sudo apt -y --no-install-recommends install build-essential cmake pkg-config libboost-thread-dev
script
:
...
...
@@ -21,6 +23,8 @@ build_job:
test_load_job
:
stage
:
test
tags
:
-
docker
before_script
:
-
sudo apt update && sudo apt -y --no-install-recommends install libboost-thread-dev
script
:
...
...
This diff is collapsed.
Click to expand it.
test/testdevice/src/main.cpp
+
9
−
0
View file @
7fc402d3
...
...
@@ -20,6 +20,15 @@
#include
<tango/tango.h>
#ifndef TANGO_LOG
#define TANGO_LOG cout
#endif
#ifndef TANGO_LOG_INFO
#define TANGO_LOG_INFO cout2
#endif
#ifndef TANGO_LOG_DEBUG
#define TANGO_LOG_DEBUG cout4
#endif
int
main
(
int
argc
,
char
*
argv
[])
{
...
...
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