mirror of
https://github.com/moparisthebest/xeps
synced 2024-10-31 15:35:07 -04:00
8 lines
129 B
YAML
8 lines
129 B
YAML
sudo: required
|
|
services:
|
|
- docker
|
|
before_install:
|
|
- docker pull xmppxsf/xeps-base
|
|
script:
|
|
- docker build -t xmppxsf/xeps .
|