aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/asciideck
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/asciideck')
-rw-r--r--pipelines/asciideck36
1 files changed, 28 insertions, 8 deletions
diff --git a/pipelines/asciideck b/pipelines/asciideck
index 8f3a002..8ee25dd 100644
--- a/pipelines/asciideck
+++ b/pipelines/asciideck
@@ -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,
- "skip_pull_request_builds_for_existing_commits": true,
- "trigger_mode": "code",
+ "separate_pull_request_statuses": false,
+ "publish_blocked_as_pending": false,
"repository": "ninenines/asciideck",
- "pull_request_branch_filter_configuration": "",
- "pull_request_branch_filter_enabled": false
+ "pull_request_branch_filter_configuration": ""
},
"webhook_url": "https://webhook.buildkite.com/deliver/c8b86884d360b9e3cda2d592811be1e09edbe6e27e13e06448"
},
@@ -32,7 +35,8 @@
"badge_url": "https://badge.buildkite.com/05e1b0358e6e07a81c6750e94ece0dcca5f2caade4a09726e6.svg",
"created_at": "2016-11-01T21:22:05.913Z",
"env": {
- "CI_ERLANG_MK": "1"
+ "CI_ERLANG_MK": "1",
+ "AUTO_CI_MASTER": "weekly"
},
"scheduled_builds_count": 0,
"running_builds_count": 0,
@@ -74,7 +78,7 @@
},
{
"type": "script",
- "name": "OSX",
+ "name": "macOS",
"command": "gmake distclean\r\ngmake -k ci ci-auto-cleanup AUTO_CI_HIPE=\r\ngmake dialyze LATEST_ERLANG_OTP=1",
"artifact_paths": "logs.html",
"branch_configuration": "",
@@ -83,7 +87,7 @@
},
"timeout_in_minutes": null,
"agent_query_rules": [
- "os=osx"
+ "os=macos"
],
"concurrency": null,
"parallelism": null
@@ -105,6 +109,22 @@
"parallelism": null
},
{
+ "type": "script",
+ "name": "Windows 10",
+ "command": "make distclean\r\nmake -k ci-windows\r\nmake dialyze",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=win10"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
"type": "waiter"
},
{