mirror of
https://github.com/danog/repo.git
synced 2024-11-26 21:24:43 +01:00
15 lines
155 B
YAML
15 lines
155 B
YAML
language: bash
|
|
|
|
sudo: required
|
|
services:
|
|
- docker
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- build-essential
|
|
- grep
|
|
- sed
|
|
script: ". ./script/cibuild"
|
|
|