blob: a7bf68c361b4de00bcb65613bcdd6d805e4a6d69 [file] [log] [blame]
Chase Qi2e6f0432019-01-09 16:23:18 +08001dist: xenial
2language: python
3python:
4 - "3.6"
5
6# Pre-installed packages.
Chase Qi6b5b4652019-01-11 14:18:28 +08007# shellcheck v0.5.0
8# Refer to the following link to install specific version shellcheck binary.
9# https://github.com/koalaman/shellcheck#installing-the-shellcheck-binary
Chase Qi2e6f0432019-01-09 16:23:18 +080010# php 7.2
11install:
Chase Qi827203c2019-03-07 16:19:15 +080012 - pip install pyyaml pycodestyle python-magic
Chase Qi2e6f0432019-01-09 16:23:18 +080013
Milosz Wasilewskicd76ac52019-09-03 14:27:11 +010014env:
15 - SCRIPT="./sanity-check.sh"
Milosz Wasilewski4b192ea2020-05-12 08:54:01 +010016 - SCRIPT="docker run -v $(pwd):/test-definitions --workdir /test-definitions fsfe/reuse lint"
Milosz Wasilewskicd76ac52019-09-03 14:27:11 +010017
Chase Qi2e6f0432019-01-09 16:23:18 +080018script:
Milosz Wasilewskicd76ac52019-09-03 14:27:11 +010019 - $SCRIPT