You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
879 B
YAML

#
# Author: Hari Sekhon
# Date: 2020-03-13 21:10:39 +0000 (Fri, 13 Mar 2020)
#
# vim:ts=2:sts=2:sw=2:et
#
# https://github.com/harisekhon/bash-tools
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/harisekhon
#
# BuildKite Pipeline
#
# add this command to the UI and it will read the rest of the steps from here:
#
# - command: buildkite-agent pipeline upload
steps:
- command: setup/ci_bootstrap.sh
label: ci bootstrap
timeout: 30 # brew can take 10 mins just to do a brew update
- wait
- command: make init
label: init
timeout: 2
- wait
- command: make ci
label: build
timeout: 60
- wait
- command: make test
label: test
timeout: 120