|
@ -12,11 +12,8 @@ before_install: |
|
|
- ./tests/tests-environment.sh |
|
|
- ./tests/tests-environment.sh |
|
|
|
|
|
|
|
|
before_script: |
|
|
before_script: |
|
|
# populate tags |
|
|
# fetch all tags |
|
|
- git fetch origin |
|
|
|
|
|
- git fetch --unshallow |
|
|
- git fetch --unshallow |
|
|
- git rev-list --tags --skip=1 --max-count=1 |
|
|
|
|
|
- git describe --tags $(git rev-list --tags --skip=1 --max-count=1) --abbrev=0 |
|
|
|
|
|
|
|
|
|
|
|
script: |
|
|
script: |
|
|
- ./tests/tests-ci.sh |
|
|
- ./tests/tests-ci.sh |
|
|