|
|
@ -31,17 +31,9 @@ addons:
|
|
|
|
build_command: "ci/build-3-compile.sh"
|
|
|
|
build_command: "ci/build-3-compile.sh"
|
|
|
|
branch_pattern: coverity_scan
|
|
|
|
branch_pattern: coverity_scan
|
|
|
|
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
- ci/build-2-test-command.sh
|
|
|
|
|
|
|
|
- ci/build-3-prepare-macos.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- ci/build-4-compile.sh
|
|
|
|
- ci/build-4-compile.sh
|
|
|
|
- ci/run-tests.sh
|
|
|
|
- ci/run-tests.sh
|
|
|
|
- ci/deploy-bintray.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
after_success:
|
|
|
|
|
|
|
|
- ci/deploy-coveralls.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stages:
|
|
|
|
stages:
|
|
|
|
- test
|
|
|
|
- test
|
|
|
@ -55,20 +47,25 @@ jobs:
|
|
|
|
name: test trusty
|
|
|
|
name: test trusty
|
|
|
|
os: linux
|
|
|
|
os: linux
|
|
|
|
dist: trusty
|
|
|
|
dist: trusty
|
|
|
|
before_install:
|
|
|
|
install:
|
|
|
|
- ci/build-1-autotools.sh
|
|
|
|
- ci/build-1-autotools.sh
|
|
|
|
|
|
|
|
|
|
|
|
- name: test xenial
|
|
|
|
- name: test xenial
|
|
|
|
os: linux
|
|
|
|
os: linux
|
|
|
|
dist: xenial
|
|
|
|
dist: xenial
|
|
|
|
|
|
|
|
after_success:
|
|
|
|
|
|
|
|
- ci/deploy-coveralls.sh
|
|
|
|
|
|
|
|
|
|
|
|
- name: test macos
|
|
|
|
- name: test macos
|
|
|
|
os: osx
|
|
|
|
os: osx
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
- ci/build-2-test-command.sh
|
|
|
|
|
|
|
|
- ci/build-3-prepare-macos.sh
|
|
|
|
|
|
|
|
|
|
|
|
#### STAGE: deploy
|
|
|
|
#### STAGE: deploy
|
|
|
|
- stage: deploy
|
|
|
|
- stage: deploy
|
|
|
|
name: deploy
|
|
|
|
name: deploy
|
|
|
|
os: linux
|
|
|
|
os: linux
|
|
|
|
dist: xenial
|
|
|
|
dist: xenial
|
|
|
|
env:
|
|
|
|
after_success:
|
|
|
|
- DO_DEPLOY=1
|
|
|
|
- ci/deploy-bintray.sh
|
|
|
|