1
0

Travis: Check if icons and locales are up to date on release

This commit is contained in:
Johann Bauer
2018-05-28 23:10:32 +02:00
parent 7218bf1d14
commit 46fcf686b1
2 changed files with 43 additions and 0 deletions

View File

@@ -48,3 +48,11 @@ jobs:
script: ./contrib/build-osx/make_osx
after_script: ls -lah dist && md5 dist/*
after_success: true
- stage: release check
install:
- git fetch --all --tags
- git fetch origin --unshallow
script:
- ./contrib/deterministic-build/check_submodules.sh
after_success: true
if: tag IS present