1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00
diaspora_ynh/.gitlab-ci.yml

8 lines
175 B
YAML
Raw Normal View History

2018-06-05 13:13:41 +02:00
test:
script:
2018-06-05 13:14:28 +02:00
- apt-get update
2019-12-17 12:02:01 +01:00
- apt-get install -y python3 git
2018-06-05 13:13:41 +02:00
- git clone https://github.com/YunoHost/package_linter
2019-12-17 12:02:01 +01:00
- python3 package_linter/package_linter.py .
2018-06-05 13:13:41 +02:00