aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/gun
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/gun')
-rw-r--r--pipelines/gun58
1 files changed, 45 insertions, 13 deletions
diff --git a/pipelines/gun b/pipelines/gun
index a89f3a9..7158a68 100644
--- a/pipelines/gun
+++ b/pipelines/gun
@@ -42,8 +42,24 @@
"steps": [
{
"type": "script",
+ "name": "Alpine",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "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 distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.1.5",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -58,8 +74,8 @@
},
{
"type": "script",
- "name": "FreeBSD",
- "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze ERLANG_OTP=OTP-20.1.5",
+ "name": "CentOS",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -67,15 +83,15 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=freebsd"
+ "os=centos"
],
"concurrency": null,
"parallelism": null
},
{
"type": "script",
- "name": "OSX",
- "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze ERLANG_OTP=OTP-20.1.5",
+ "name": "Debian",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -83,15 +99,15 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=osx"
+ "os=debian"
],
"concurrency": null,
"parallelism": null
},
{
"type": "script",
- "name": "Ubuntu",
- "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.1.5",
+ "name": "FreeBSD",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -99,15 +115,15 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=ubuntu"
+ "os=freebsd"
],
"concurrency": null,
"parallelism": null
},
{
"type": "script",
- "name": "Windows 7 (minus Dialyzer until OTP-20.2)",
- "command": "make distclean\r\nmake -k ci-windows",
+ "name": "OSX",
+ "command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -115,7 +131,23 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=windows7"
+ "os=osx"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Ubuntu",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze LATEST_ERLANG_OTP=1",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=ubuntu"
],
"concurrency": null,
"parallelism": null