slixmpp/.gitlab-ci.yml

9 lines
139 B
YAML
Raw Normal View History

2016-12-04 23:11:49 +00:00
test:
tags:
- docker
image: ubuntu:latest
script:
- apt update
- apt install -y python3 cython3 gpg
2016-12-04 23:11:49 +00:00
- ./run_tests.py