aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/gun
diff options
context:
space:
mode:
Diffstat (limited to 'pipelines/gun')
-rw-r--r--pipelines/gun124
1 files changed, 124 insertions, 0 deletions
diff --git a/pipelines/gun b/pipelines/gun
new file mode 100644
index 0000000..a89f3a9
--- /dev/null
+++ b/pipelines/gun
@@ -0,0 +1,124 @@
+{
+ "id": "8d9162d3-f165-4988-bce8-8c564ad393d0",
+ "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun",
+ "web_url": "https://buildkite.com/ninenines/gun",
+ "name": "Gun",
+ "description": null,
+ "slug": "gun",
+ "repository": "https://github.com/ninenines/gun",
+ "branch_configuration": null,
+ "default_branch": "master",
+ "skip_queued_branch_builds": true,
+ "skip_queued_branch_builds_filter": "",
+ "cancel_running_branch_builds": true,
+ "cancel_running_branch_builds_filter": "",
+ "provider": {
+ "id": "github",
+ "settings": {
+ "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,
+ "build_tags": false,
+ "publish_commit_status": true,
+ "publish_commit_status_per_step": true,
+ "repository": "ninenines/gun",
+ "pull_request_branch_filter_configuration": ""
+ },
+ "webhook_url": "https://webhook.buildkite.com/deliver/ce8a014e07cd1e64b8a113ba3bd15eb84a163296a541e6a25a"
+ },
+ "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/gun/builds",
+ "badge_url": "https://badge.buildkite.com/abc1dcdb2d179f30b68e49e03c85dfa36233e9cae2b334077f.svg",
+ "created_at": "2016-11-16T15:37:49.857Z",
+ "env": {
+ "CI_ERLANG_MK": "1"
+ },
+ "scheduled_builds_count": 0,
+ "running_builds_count": 0,
+ "scheduled_jobs_count": 1,
+ "running_jobs_count": 1,
+ "waiting_jobs_count": 0,
+ "steps": [
+ {
+ "type": "script",
+ "name": "Arch Linux",
+ "command": "make distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.1.5",
+ "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 distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze ERLANG_OTP=OTP-20.1.5",
+ "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 distclean\r\ngmake -k ci ci-auto-cleanup\r\ngmake dialyze ERLANG_OTP=OTP-20.1.5",
+ "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 distclean\r\nmake -k ci ci-auto-cleanup\r\nmake dialyze ERLANG_OTP=OTP-20.1.5",
+ "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 (minus Dialyzer until OTP-20.2)",
+ "command": "make distclean\r\nmake -k ci-windows",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=windows7"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ }
+ ]
+}