SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
0 additions and
2 deletions
-
.travis.yml
|
|
@ -47,14 +47,12 @@ jobs: |
|
|
|
python: false |
|
|
|
install: |
|
|
|
- git fetch --all --tags |
|
|
|
- git fetch origin --unshallow |
|
|
|
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 |
|
|
|