aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/erlang-dot-mk
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/erlang-dot-mk')
-rw-r--r--pipelines/erlang-dot-mk50
1 files changed, 49 insertions, 1 deletions
diff --git a/pipelines/erlang-dot-mk b/pipelines/erlang-dot-mk
index 6423f73..bd89388 100644
--- a/pipelines/erlang-dot-mk
+++ b/pipelines/erlang-dot-mk
@@ -36,12 +36,28 @@
},
"scheduled_builds_count": 0,
"running_builds_count": 0,
- "scheduled_jobs_count": 1,
+ "scheduled_jobs_count": 0,
"running_jobs_count": 1,
"waiting_jobs_count": 0,
"steps": [
{
"type": "script",
+ "name": "Alpine",
+ "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=alpine"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
"name": "Arch Linux",
"command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
"artifact_paths": "logs.html",
@@ -58,6 +74,38 @@
},
{
"type": "script",
+ "name": "CentOS",
+ "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=centos"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Debian",
+ "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=debian"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
"name": "FreeBSD",
"command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k",
"artifact_paths": "logs.html",