slixmpp/.gitlab-ci.yml

22 lines
413 B
YAML
Raw Normal View History

stages:
- test
- trigger
2016-12-04 23:11:49 +00:00
test:
stage: test
2016-12-04 23:11:49 +00:00
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
trigger_poezio:
stage: trigger
tags:
- docker
image: appropriate/curl:latest
script:
- curl --request POST -F token="$SLIXMPP_TRIGGER_TOKEN" -F ref=master https://lab.louiz.org/api/v4/projects/18/trigger/pipeline