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-mk27
1 files changed, 15 insertions, 12 deletions
diff --git a/pipelines/erlang-dot-mk b/pipelines/erlang-dot-mk
index dbbd17b..9089d81 100644
--- a/pipelines/erlang-dot-mk
+++ b/pipelines/erlang-dot-mk
@@ -15,16 +15,19 @@
"provider": {
"id": "github",
"settings": {
- "publish_commit_status": true,
+ "trigger_mode": "code",
"build_pull_requests": false,
+ "pull_request_branch_filter_enabled": false,
+ "skip_pull_request_builds_for_existing_commits": true,
"build_pull_request_forks": false,
+ "prefix_pull_request_fork_branch_names": true,
"build_tags": false,
+ "publish_commit_status": true,
"publish_commit_status_per_step": true,
- "trigger_mode": "code",
+ "separate_pull_request_statuses": false,
+ "publish_blocked_as_pending": false,
"repository": "ninenines/erlang.mk",
- "skip_pull_request_builds_for_existing_commits": true,
- "pull_request_branch_filter_configuration": "",
- "pull_request_branch_filter_enabled": false
+ "pull_request_branch_filter_configuration": ""
},
"webhook_url": "https://webhook.buildkite.com/deliver/abb14e9b80ef76a8a921e77cb7f25be3d1ab5ace1519b96fad"
},
@@ -43,7 +46,7 @@
{
"type": "script",
"name": "Arch Linux",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -59,7 +62,7 @@
{
"type": "script",
"name": "FreeBSD",
- "command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k",
+ "command": "gmake check -j 8 -k LATEST_ERLANG_OTP=1\r\ngmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -75,7 +78,7 @@
{
"type": "script",
"name": "OSX",
- "command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k",
+ "command": "gmake check -j 8 -k LATEST_ERLANG_OTP=1\r\ngmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -91,7 +94,7 @@
{
"type": "script",
"name": "Ubuntu",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -110,7 +113,7 @@
{
"type": "script",
"name": "Alpine",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -126,7 +129,7 @@
{
"type": "script",
"name": "Debian",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {
@@ -145,7 +148,7 @@
{
"type": "script",
"name": "CentOS",
- "command": "make check -j 8 -k\r\nmake check LEGACY=1 -j 8 -k",
+ "command": "make check -j 8 -k LATEST_ERLANG_OTP=1\r\nmake check LEGACY=1 -j 8 -k LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
"env": {