mirror of
https://github.com/danog/repo.git
synced 2024-11-26 23:14:40 +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"
|
||
|
|