Skip to content
Snippets Groups Projects
Commit 57c11ae1 authored by Kevin Morris's avatar Kevin Morris
Browse files

install aurweb package & init db on GitLab CI


Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
parent 6d08789a
No related branches found
No related tags found
No related merge requests found
......@@ -18,5 +18,8 @@ before_script:
test:
script:
- python setup.py install
- sed -r "s;YOUR_AUR_ROOT;$(pwd);g" conf/config.dev > conf/config
- AUR_CONFIG=conf/config python -m aurweb.initdb
- make -C test
- coverage report --include='aurweb/*'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment