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
673a168f
Commit
673a168f
authored
Jun 15, 2023
by
Samir Halilcevic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add alpinelinux-3.18 to the ci
parent
4119f7ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
.ci/alpinelinux-3.18/Dockerfile
.ci/alpinelinux-3.18/Dockerfile
+18
-0
Jenkinsfile
Jenkinsfile
+5
-0
No files found.
.ci/alpinelinux-3.18/Dockerfile
0 → 100644
View file @
673a168f
FROM
alpine:3.18
RUN
apk add
--no-cache
\
cmake
\
g++
\
gcc
\
git
\
linux-headers
\
make
\
musl-dev
\
openssl-dev
\
python3
\
py3-pip
RUN
python3
-m
pip
install
\
robotframework
\
robotframework-requests
\
robotframework-websocketclient
Jenkinsfile
View file @
673a168f
...
...
@@ -32,6 +32,11 @@ config = [
tags:
[
'docker'
],
builds:
[
'release'
],
]],
[
'alpinelinux-3.18'
,
[
// EOL: May 2025
numCores:
4
,
tags:
[
'docker'
],
builds:
[
'release'
],
]],
[
'centos-7'
,
[
// EOL July 2024
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