aboutsummaryrefslogtreecommitdiffstats
path: root/pipelines/asciideck
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-04-18 11:06:47 +0200
committerLoïc Hoguin <[email protected]>2018-04-18 11:06:47 +0200
commit4ab21b443ebe3c99dffc5efb8508a209b770b467 (patch)
tree6f6bb83e6f78856f56c8de3112c1c4a8c26f5bac /pipelines/asciideck
parente5311de35216cc541978c10a8f2cf8204acc7b94 (diff)
downloadci-4ab21b443ebe3c99dffc5efb8508a209b770b467.tar.gz
ci-4ab21b443ebe3c99dffc5efb8508a209b770b467.tar.bz2
ci-4ab21b443ebe3c99dffc5efb8508a209b770b467.zip
Add BuildKite pipelines along with a script to sync them
Diffstat (limited to 'pipelines/asciideck')
-rw-r--r--pipelines/asciideck108
1 files changed, 108 insertions, 0 deletions
diff --git a/pipelines/asciideck b/pipelines/asciideck
new file mode 100644
index 0000000..18247dc
--- /dev/null
+++ b/pipelines/asciideck
@@ -0,0 +1,108 @@
+{
+ "id": "004d5364-a60a-4fcb-aca3-15c09bbb61e5",
+ "url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/asciideck",
+ "web_url": "https://buildkite.com/ninenines/asciideck",
+ "name": "Asciideck",
+ "description": null,
+ "slug": "asciideck",
+ "repository": "https://github.com/ninenines/asciideck",
+ "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": {
+ "publish_commit_status": true,
+ "build_pull_requests": false,
+ "build_pull_request_forks": false,
+ "build_tags": false,
+ "publish_commit_status_per_step": true,
+ "skip_pull_request_builds_for_existing_commits": true,
+ "trigger_mode": "code",
+ "repository": "ninenines/asciideck",
+ "pull_request_branch_filter_configuration": "",
+ "pull_request_branch_filter_enabled": false
+ },
+ "webhook_url": "https://webhook.buildkite.com/deliver/c8b86884d360b9e3cda2d592811be1e09edbe6e27e13e06448"
+ },
+ "builds_url": "https://api.buildkite.com/v2/organizations/ninenines/pipelines/asciideck/builds",
+ "badge_url": "https://badge.buildkite.com/05e1b0358e6e07a81c6750e94ece0dcca5f2caade4a09726e6.svg",
+ "created_at": "2016-11-01T21:22:05.913Z",
+ "env": {
+
+ },
+ "scheduled_builds_count": 0,
+ "running_builds_count": 0,
+ "scheduled_jobs_count": 0,
+ "running_jobs_count": 1,
+ "waiting_jobs_count": 0,
+ "steps": [
+ {
+ "type": "script",
+ "name": "Arch Linux",
+ "command": "make distclean\r\nmake -k ci\r\nmake dialyze",
+ "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_ERLLVM=\r\ngmake dialyze",
+ "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_ERLLVM=\r\ngmake dialyze",
+ "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\r\nmake dialyze",
+ "artifact_paths": "logs.html",
+ "branch_configuration": "",
+ "env": {
+
+ },
+ "timeout_in_minutes": null,
+ "agent_query_rules": [
+ "os=ubuntu"
+ ],
+ "concurrency": null,
+ "parallelism": null
+ }
+ ]
+}