Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
cc68df1c
Commit
cc68df1c
authored
Nov 10, 2020
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/jenkins'
parents
a0808914
0f2874fc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
29 deletions
+2
-29
.ci/centos-6/Dockerfile
.ci/centos-6/Dockerfile
+0
-19
.ci/debian-10/Dockerfile
.ci/debian-10/Dockerfile
+2
-4
Jenkinsfile
Jenkinsfile
+0
-6
No files found.
.ci/centos-6/Dockerfile
deleted
100644 → 0
View file @
a0808914
FROM
centos:6
RUN
yum update
-y
\
&&
yum
install
-y
centos-release-scl
\
&&
yum
install
-y
epel-release
\
&&
yum update
-y
\
&&
yum clean all
RUN
yum
install
-y
\
cmake3
\
devtoolset-7
\
devtoolset-7-libasan-devel
\
devtoolset-7-libubsan-devel
\
git
\
make
\
openssl-devel
\
&&
yum clean all
ENV
CXX=/opt/rh/devtoolset-7/root/usr/bin/g++
.ci/debian-10/Dockerfile
View file @
cc68df1c
FROM
debian:
buster
FROM
debian:
10
RUN
apt update
-y
&&
\
apt upgrade
-y
RUN
apt
install
-y
\
cmake
\
g++
-8
\
g++
\
git
\
libssl-dev
\
make
\
&&
apt autoclean
ENV
CXX=/usr/bin/g++-8
Jenkinsfile
View file @
cc68df1c
...
...
@@ -27,12 +27,6 @@ config = [
// Our build matrix. Keys are the operating system labels and values are build configurations.
buildMatrix:
[
// Various Linux builds for debug and release.
[
'centos-6'
,
[
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'debug'
,
'release'
],
extraDebugFlags:
[
'CAF_SANITIZERS:STRING=address,undefined'
],
]],
[
'centos-7'
,
[
numCores:
4
,
tags:
[
'docker'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment