+ added gitlab ci file
This commit is contained in:
parent
45234588e2
commit
5d05619681
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
@ -0,0 +1,6 @@
|
||||
before_script:
|
||||
- apt-get update -qq && apt-get install -y -qq tor
|
||||
- pip install -r requirements.txt
|
||||
test_onionr:
|
||||
script:
|
||||
- make test
|
Loading…
Reference in New Issue
Block a user