mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
install aurweb package & init db on GitLab CI
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
6d08789ac1
commit
57c11ae13f
1 changed files with 3 additions and 0 deletions
|
@ -18,5 +18,8 @@ before_script:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
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
|
- make -C test
|
||||||
- coverage report --include='aurweb/*'
|
- coverage report --include='aurweb/*'
|
||||||
|
|
Loading…
Add table
Reference in a new issue