|
@ -37,8 +37,8 @@ jobs: |
|
|
- TARGET_OS=macOS |
|
|
- TARGET_OS=macOS |
|
|
python: false |
|
|
python: false |
|
|
install: |
|
|
install: |
|
|
- git fetch --all --tags -v |
|
|
- git fetch --all --tags |
|
|
- git tag -l |
|
|
- git fetch origin --unshallow |
|
|
script: ./contrib/build-osx/make_osx |
|
|
script: ./contrib/build-osx/make_osx |
|
|
after_script: ls -lah dist && md5 dist/* |
|
|
after_script: ls -lah dist && md5 dist/* |
|
|
after_success: true |
|
|
after_success: true |
|
|