Added pipeline job

This commit is contained in:
Frisk 2019-02-13 00:54:33 +01:00
parent 6dddf4c685
commit 7c47d6bef1
No known key found for this signature in database
GPG key ID: 0E9A7D3C0A01586C

11
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,11 @@
test:
type: test
script:
- apt-get update -qy
- apt-get install -y python-dev python-pip
- pip install -r requirements.txt
- sed -i -e 's/https:\/\/discordapp.com\/api\/webhooks\/111111111111111111\/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/$DISCORD/g' settings.json.example
- mv settings.json.example settings.json
- python rcgcdw.py
only:
- testing