Onionr/.gitlab-ci.yml

6 lines
172 B
YAML

before_script:
- apt-get update -qq && apt-get install -y -qq tor
- pip install -r requirements.txt
test_onionr:
script:
- make test