Skip to content
Snippets Groups Projects
Commit 49b23cf8 authored by calrama's avatar calrama
Browse files

ci: add centos-7 build

parent 9bf4dad7
Branches dev
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ stages:
- package
- deploy
.centos-7:
tags: [ linux, docker ]
image: git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:centos-7
.ubuntu-18.04:
tags: [ linux, docker ]
......@@ -36,6 +39,16 @@ stages:
expire_in: 1 day
script: ./.gitlab-ci.py build
build centos-7:
extends: .centos-7
<<: *build
variables:
<<: [ *release ]
before_script:
- ./.gitlab-ci.py prepare
--dependency biotracker-interfaces bioroboticslab/biotracker/interfaces master 'package centos-7'
--dependency biotracker-utility bioroboticslab/biotracker/utility master 'package centos-7'
build ubuntu-18.04:
extends: .ubuntu-18.04
<<: *build
......@@ -66,6 +79,12 @@ build windows-1809:
expire_in: 1 week
script: ./.gitlab-ci.py package
package centos-7:
extends: .centos-7
dependencies:
- build centos-7
<<: *package
package ubuntu-18.04:
extends: .ubuntu-18.04
dependencies:
......
......@@ -59,7 +59,7 @@ std::string TcpListener::sendPositions(
}
str << "end\n";
//std::cout << str.str() << std::endl;
std::cout << str.str() << std::endl;
#ifdef SAVETRACKINGPACKAGES
_trackingInfoOutputFile4Simulation << str.str();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment