Merge branch 'master' of gitlab.com:LeRatierBretonnien/wfrp4e-unofficial-grimoire into master
This commit is contained in:
commit
7643e66848
28
.gitlab-ci.yml
Normal file
28
.gitlab-ci.yml
Normal 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
|
@ -28,7 +28,7 @@
|
|||||||
],
|
],
|
||||||
"languages": [
|
"languages": [
|
||||||
],
|
],
|
||||||
"manifest": "https://",
|
"manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/raw/master/module.json",
|
||||||
"download": "https://",
|
"download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/-/archive/master/wfrp4e-unofficial-grimoire-master.zip",
|
||||||
"url": ""
|
"url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user