Sync en->fr

This commit is contained in:
LeRatierBretonnien 2020-03-24 11:12:22 +01:00
parent cb6d999340
commit 775e9132ca
1 changed files with 30 additions and 0 deletions

30
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,30 @@
image: python:3-alpine
before_script:
- apk update
- apk add zip
stages:
- test
- build
test:
stage: test
script:
- python -mjson.tool 'fr.json' > /dev/null
- python -mjson.tool 'module.json' > /dev/null
- python -mjson.tool 'wh4_fr.js' > /dev/null
build:
stage: build
script:
- zip wh4-fr-FR.zip -x ".*"
artifacts:
name: wh4-fr-FR
when: on_success
paths:
- wh4-fr-FR.zip
when: on_success
only:
- tags
- master