buildkite/homebrew-buildkite

Name: homebrew-buildkite

Owner: Buildkite

Description: Homebrew formulae for Buildkite software

Created: 2015-01-28 23:44:10.0

Updated: 2018-05-25 02:38:36.0

Pushed: 2018-05-25 02:38:35.0

Homepage: null

Size: 98

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Buildkite Homebrew Formulae

A collection of Buildkite formulae for Homebrew, a package manager for macOS.

To use the formulae, tap this repository into your home brew:

 tap buildkite/buildkite

This repository will have been cloned into your Homebrew?s Libray/Taps directory (most commonly /opt/local/Library/Taps), and whenever you do a brew update Homebrew will also update this tap (using git pull) and you?ll have the latest versions of the formulae.

buildkite-agent
Installing

To install buildkite-agent:

 install --token='your-agent-token-here' buildkite-agent

You can find your agent token on your “Agents” page in Buildkite.

If you want it start on login follow the brew install instructions to install the LaunchAgent plist. You?ll also want to make sure your PC is set to automatically login (the agent won?t launch until you've logged in) and you?ve prevented your machine from going to sleep.

Using a LaunchAgent instead of a LaunchDaemon does require a user login, but it allows your tests to use GUI tools (such as the iOS Simulator) and avoids any file permissions problems.

Upgrading
 update && brew upgrade buildkite-agent

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.