zoneminder/.travis.yml

69 lines
1.7 KiB
YAML
Raw Normal View History

language: cpp
2016-02-13 13:22:44 +08:00
sudo: required
dist: xenial
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-master
- 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
- dnsutils
- traceroute
- libseccomp2
2018-02-20 09:31:22 +08:00
install:
- update-binfmts --enable qemu-arm
env:
- SMPFLAGS=-j4 OS=eslint DIST=eslint
2020-08-07 23:55:15 +08:00
- SMPFLAGS=-j4 OS=el DIST=7 DOCKER_REPO=knnniggett/packpack
- SMPFLAGS=-j4 OS=el DIST=8 DOCKER_REPO=knnniggett/packpack
2020-08-07 23:55:15 +08:00
- SMPFLAGS=-j4 OS=fedora DIST=31 DOCKER_REPO=knnniggett/packpack
- SMPFLAGS=-j4 OS=fedora DIST=32 DOCKER_REPO=knnniggett/packpack
2020-09-15 06:49:36 +08:00
- SMPFLAGS=-j4 OS=fedora DIST=33 DOCKER_REPO=knnniggett/packpack
- SMPFLAGS=-j4 OS=ubuntu DIST=xenial DOCKER_REPO=iconzm/packpack
- SMPFLAGS=-j4 OS=ubuntu DIST=bionic DOCKER_REPO=iconzm/packpack
2020-05-09 06:45:21 +08:00
- SMPFLAGS=-j4 OS=ubuntu DIST=focal DOCKER_REPO=iconzm/packpack
- SMPFLAGS=-j4 OS=debian DIST=stretch DOCKER_REPO=iconzm/packpack
- SMPFLAGS=-j4 OS=debian DIST=buster DOCKER_REPO=iconzm/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