brew/Dockerfile.yml

18 lines
281 B
Docker
Raw Normal View History

2019-08-19 19:18:09 +02:00
version: '3.7'
services:
sut:
build:
context: .
cache_from:
- homebrew/brew
2019-08-19 19:18:09 +02:00
args:
- FORCE_REBUILD=1
command:
- sh
- -xc
- |
/home/linuxbrew/.linuxbrew/bin/brew test-bot
status=$$?
exit $$status