File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ stages:
2222# - test-replset-3.0
2323# - test-archive-none
2424# - test-archive-zbackup
25+ - name : build-debian
26+ if : branch =~ ^\d+\.\d+\.\d+$ AND tag =~ ^\d+\.\d+\.\d+$
2527 - name : deploy-dockerhub
2628 if : branch =~ ^\d+\.\d+\.\d+$ AND tag =~ ^\d+\.\d+\.\d+$
2729 - name : deploy-github
6668# script:
6769# - docker load -i $TRAVIS_BUILD_DIR/build/docker/mongodb_consistent_backup.tar
6870# - $TRAVIS_BUILD_DIR/scripts/travis-ci/run-replset.sh 3.4 --archive.method=zbackup
71+ - stage : build-debian
72+ script :
73+ - make debian8
74+ - make debian9
6975 - stage : deploy-dockerhub
7076 script : true
7177 deploy :
8389 file :
8490 - $TRAVIS_BUILD_DIR/build/rpm/RPMS/x86_64/mongodb_consistent_backup-$TRAVIS_TAG-1.el7.centos.x86_64.rpm"
8591 - $TRAVIS_BUILD_DIR/bin/mongodb-consistent-backup.el7.centos.x86_64
92+ - $TRAVIS_BUILD_DIR/bin/mongodb-consistent-backup.debian8.x86_64
93+ - $TRAVIS_BUILD_DIR/bin/mongodb-consistent-backup.debian9.x86_64
8694 on :
8795 tags : true
You can’t perform that action at this time.
0 commit comments