zoneminder/.travis.yml

68 lines
1.7 KiB
YAML
Raw Normal View History

language: cpp
2016-02-13 05:22:44 +00:00
sudo: required
2020-09-16 19:09:19 +00:00
dist: bionic
git:
depth: 9999999
2013-09-23 12:33:02 +00:00
notifications:
irc: chat.freenode.net#zoneminder-dev
branches:
except:
- modern
2016-07-23 23:26:10 +00:00
cache: ccache
addons:
ssh_known_hosts: zmrepo.zoneminder.com
2017-02-18 13:57:51 +00:00
apt:
sources:
- sourceline: ppa:iconnor/zoneminder-master
- key_url: http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x4D0BF748776FFB04
2017-02-18 13:57:51 +00:00
packages:
- gdebi
- yum-utils
- patch
- git
- curl
- sshfs
- sed
2018-02-20 01:31:22 +00:00
- binfmt-support
- qemu
- qemu-user-static
- dnsutils
- traceroute
2018-02-20 01:31:22 +00:00
install:
- update-binfmts --enable qemu-arm
env:
- SMPFLAGS=-j4 OS=eslint DIST=eslint
2020-08-07 15:55:15 +00:00
- SMPFLAGS=-j4 OS=el DIST=7 DOCKER_REPO=knnniggett/packpack
- SMPFLAGS=-j4 OS=el DIST=8 DOCKER_REPO=knnniggett/packpack
2020-08-07 15:55:15 +00:00
- SMPFLAGS=-j4 OS=fedora DIST=31 DOCKER_REPO=knnniggett/packpack
- SMPFLAGS=-j4 OS=fedora DIST=32 DOCKER_REPO=knnniggett/packpack
2020-09-14 22:49:36 +00: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-08 22:45:21 +00: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 01:31:22 +00:00
compiler:
- gcc
services:
- mysql
- docker
script:
- utils/packpack/startpackpack.sh
before_deploy:
2017-04-17 19:05:16 +00: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 13:57:51 +00:00
deploy:
2017-02-27 15:45:08 +00:00
provider: script
2017-02-18 13:57:51 +00:00
skip_cleanup: true
2017-02-27 15:45:08 +00:00
script: utils/packpack/rsync_xfer.sh
on:
branch: master