aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/cowboy
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/cowboy')
-rw-r--r--pipelines/cowboy50
1 files changed, 49 insertions, 1 deletions
diff --git a/pipelines/cowboy b/pipelines/cowboy
index 97c0236..b865219 100644
--- a/pipelines/cowboy
+++ b/pipelines/cowboy
@@ -42,7 +42,7 @@
"steps": [
{
"type": "script",
- "name": "Arch Linux",
+ "name": "Alpine",
"command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4",
"artifact_paths": "logs.html",
"branch_configuration": "",
@@ -51,6 +51,22 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
+ "os=alpine"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Arch Linux",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
"os=archlinux"
],
"concurrency": null,
@@ -58,6 +74,38 @@
},
{
"type": "script",
+ "name": "CentOS",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4",
+ "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 distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.2.4",
+ "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 distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze ERLANG_OTP=OTP-20.2.4",
"artifact_paths": "logs.html",