Merge branch 'master' of gitlab.com:LeRatierBretonnien/wfrp4e-unofficial-grimoire into master

This commit is contained in:
sladecraven 2020-10-01 23:26:34 +02:00
commit 7643e66848
2 changed files with 31 additions and 3 deletions

28
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,28 @@
image: python:3-alpine
before_script:
- apk update
- apk add zip
stages:
- test
- build
test:
stage: test
script:
- python -mjson.tool 'module.json' > /dev/null
build:
stage: build
script:
- zip wfrp4e-unofficial-grimoire.zip -r *.js *.json *.md compendium lang tables -x ".*"
artifacts:
name: wfrp4e-unofficial-grimoire
when: on_success
paths:
- wfrp4e-unofficial-grimoire.zip
when: on_success
only:
- tags
- master

View File

@ -28,7 +28,7 @@
],
"languages": [
],
"manifest": "https://",
"download": "https://",
"url": ""
"manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/raw/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/-/archive/master/wfrp4e-unofficial-grimoire-master.zip",
"url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/"
}