Attempt at setting up ci.
[super-star-trek.git] / .gitlab-ci.yml
1 image: ubuntu
2
3 before_script:
4   - apt-get update
5   - apt-get -qy upgrade
6   - apt-get -y install make python2 python3 pylint
7
8 test:
9   script:
10   - echo "Running as ${USER:-root}"
11   - make check