aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/erlang-dot-mk-prs
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/erlang-dot-mk-prs')
-rw-r--r--pipelines/erlang-dot-mk-prs126
1 files changed, 126 insertions, 0 deletions
diff --git a/pipelines/erlang-dot-mk-prs b/pipelines/erlang-dot-mk-prs
new file mode 100644
index 0000000..e945fe7
--- /dev/null
+++ b/pipelines/erlang-dot-mk-prs
@@ -0,0 +1,126 @@
+{
+ "id": "1cc99a3b-4ea7-4a9b-9771-84f5265dfe06",
+ "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-prs",
+ "web_url": "https://buildkite.com/ninenines/erlang-dot-mk-prs",
+ "name": "Erlang.mk PRs",
+ "description": null,
+ "slug": "erlang-dot-mk-prs",
+ "repository": "https://github.com/ninenines/erlang.mk",
+ "branch_configuration": "!gh-pages",
+ "default_branch": "master",
+ "skip_queued_branch_builds": false,
+ "skip_queued_branch_builds_filter": "",
+ "cancel_running_branch_builds": false,
+ "cancel_running_branch_builds_filter": "",
+ "provider": {
+ "id": "github",
+ "settings": {
+ "publish_commit_status": true,
+ "build_pull_requests": true,
+ "build_pull_request_forks": true,
+ "build_tags": false,
+ "publish_commit_status_per_step": true,
+ "trigger_mode": "code",
+ "repository": "ninenines/erlang.mk",
+ "skip_pull_request_builds_for_existing_commits": true
+ },
+ "webhook_url": "https://webhook.buildkite.com/deliver/e0d23532cdbeb5d467b3e4af7c3d9045a2ded3c0238315e8f1"
+ },
+ "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/erlang-dot-mk-prs/builds",
+ "badge_url": "https://badge.buildkite.com/36b061138027daee523afcfb2b340cf8fe09609619b7936d50.svg",
+ "created_at": "2015-10-01T17:17:08.552Z",
+ "env": {
+
+ },
+ "scheduled_builds_count": 0,
+ "running_builds_count": 0,
+ "scheduled_jobs_count": 0,
+ "running_jobs_count": 0,
+ "waiting_jobs_count": 0,
+ "steps": [
+ {
+ "type": "manual",
+ "label": "Review required before CI"
+ },
+ {
+ "type": "script",
+ "name": "Arch Linux",
+ "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=archlinux"
+ ],
+ "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",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=freebsd"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "OSX",
+ "command": "gmake check -j 8 -k\r\ngmake check LEGACY=1 -j 8 -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=osx"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Ubuntu",
+ "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=ubuntu"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ },
+ {
+ "type": "script",
+ "name": "Windows 7",
+ "command": "make check -k\r\nmake check LEGACY=1 -k",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=windows7"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ }
+ ]
+}