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

Fix CI

parent 87be96d9
No related branches found
No related tags found
1 merge request!3Resolve "Add macOS compatibility"
Pipeline #2039 passed with stages
in 3 minutes and 19 seconds
......@@ -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:
......
......@@ -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[])
{
......
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