zoneminder/.travis.yml

68 lines
1.4 KiB
YAML
Raw Normal View History

language: cpp
2016-02-13 13:22:44 +08:00
sudo: required
dist: trusty
git:
depth: 9999999
2013-09-23 20:33:02 +08:00
notifications:
irc: chat.freenode.net#zoneminder-dev
branches:
except:
- modern
2016-07-24 07:26:10 +08:00
cache: ccache
addons:
ssh_known_hosts: zmrepo.zoneminder.com
2017-02-18 21:57:51 +08:00
apt:
sources:
- sourceline: ppa:iconnor/zoneminder
- key_url: http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x4D0BF748776FFB04
2017-02-18 21:57:51 +08:00
packages:
- gdebi
- yum-utils
- patch
- git
- curl
- sshfs
- sed
2018-02-20 09:31:22 +08:00
- binfmt-support
- qemu
- qemu-user-static
install:
- update-binfmts --enable qemu-arm
env:
2018-02-22 22:58:33 +08:00
global:
- SMPFLAGS=-j4
matrix:
- OS=el DIST=6
- OS=el DIST=6 ARCH=i386 DOCKER_REPO=knnniggett/packpack
- OS=el DIST=7
- OS=fedora DIST=26 DOCKER_REPO=knnniggett/packpack
2017-11-17 03:42:38 +08:00
- OS=fedora DIST=27 DOCKER_REPO=knnniggett/packpack
- OS=ubuntu DIST=trusty
- OS=ubuntu DIST=xenial
2017-03-08 04:24:06 +08:00
- OS=ubuntu DIST=trusty ARCH=i386
- OS=ubuntu DIST=xenial ARCH=i386
2018-02-20 10:33:41 +08:00
- OS=raspbian DIST=stretch ARCH=armhf DOCKER_REPO=knnniggett/packpack
2018-02-20 09:31:22 +08:00
compiler:
- gcc
services:
- mysql
- docker
script:
- utils/packpack/startpackpack.sh
before_deploy:
2017-04-18 03:05:16 +08:00
- openssl aes-256-cbc -K $encrypted_62a62750aa73_key -iv $encrypted_62a62750aa73_iv -in ./utils/packpack/deploy_rsa.enc -out /tmp/deploy_rsa -d
- eval "$(ssh-agent -s)"
- chmod 600 /tmp/deploy_rsa
- ssh-add /tmp/deploy_rsa
2017-02-18 21:57:51 +08:00
deploy:
2017-02-27 23:45:08 +08:00
provider: script
2017-02-18 21:57:51 +08:00
skip_cleanup: true
2017-02-27 23:45:08 +08:00
script: utils/packpack/rsync_xfer.sh
on:
branch: master
2017-02-18 21:57:51 +08:00