14 lines
472 B
YAML
14 lines
472 B
YAML
build:
|
|
template_file: generic_tc_caching-darwin-opt-base.tyml
|
|
cache:
|
|
artifact_url: ${system.homebrew_tests.url}
|
|
artifact_namespace: ${system.homebrew_tests.namespace}
|
|
workerType: ${macOS.dsBuild}
|
|
scripts:
|
|
setup: "taskcluster/tc-true.sh"
|
|
build: "taskcluster/homebrew-build.sh --tests"
|
|
package: "taskcluster/homebrew-package.sh --tests"
|
|
metadata:
|
|
name: "Tests Homebrew macOS AMD64"
|
|
description: "Setup a tests Homebrew for macOS/AMD64"
|