登录
dnrops/buildkite-swift
关注点赞复刻(Fork)
  • 主页
  • 代码库
  • 疑修(Issue)
  • 合并请求(PR)
  • 流水线(devops)
  • 里程碑
  • 维基(Wiki)
  • 动态
目录
main
分支1
标签11
+ 疑修
Web IDE
Aaron Sky

do this instead for linux

3年前90次提交
  • .githubdo this instead for linux3年前
  • .swiftpmCI enhancements (#6)4年前
  • Buildkite.xcworkspaceCI enhancements (#6)4年前
  • Examples* moved CI to Xcode 14.23年前
  • Sources* moved CI to Xcode 14.23年前
  • Tests* moved CI to Xcode 14.23年前
  • .gitignore* Added graphql_id property3年前
  • .spi.ymlCI enhancements (#6)4年前
  • .swift-format.jsonSupport for the /meta endpoint4年前
  • LICENSEAdded support for Buildkite's JSON errors, and wrote more tests for pagination6年前
  • Makefile* moved CI to Xcode 14.23年前
  • Package.swift* moved CI to Xcode 14.23年前
  • README.mdSupport for Test Analytics API4年前
README.md

Buildkite

CI

A Swift library and client for the Buildkite REST and GraphQL APIs.

import Buildkite

let client = BuildkiteClient(token: "...")

let response = try await client.send(.pipelines(in: "buildkite"))
let pipelines = response.content
print(pipelines)

Usage

Getting Started

References

  • Buildkite
  • Buildkite API Documentation
  • Buildkite GraphQL Explorer

License

Buildkite for Swift is released under the BSD-2 license. See LICENSE for details.

关于
swiftmakefile
README.md
365.0 KB
邀请码