zoneminder/.travis.yml

83 lines
2.6 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:
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
- dnsutils
- traceroute
2018-02-20 09:31:22 +08:00
install:
- echo 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP18YATYUWNFiwfsVMThgzKRLrTn2+vFDAMvl0hz/O0C1pxfdODqrevGD5bkONNzRa+Olq+ZbEZ0ZYiybFzbgWg= zoneminder.com' >> $HOME/.ssh/known_hosts
2018-02-20 09:31:22 +08:00
- update-binfmts --enable qemu-arm
env:
- SMPFLAGS=-j4 OS=el DIST=7
2019-11-11 05:19:03 +08:00
- SMPFLAGS=-j4 OS=el DIST=8
- SMPFLAGS=-j4 OS=fedora DIST=28 DOCKER_REPO=knnniggett/packpack
- SMPFLAGS=-j4 OS=fedora DIST=29 DOCKER_REPO=knnniggett/packpack
2019-11-09 05:03:34 +08:00
- SMPFLAGS=-j4 OS=fedora DIST=30
- SMPFLAGS=-j4 OS=ubuntu DIST=trusty DOCKER_REPO=iconzm/packpack USE_SFTP=yes
- SMPFLAGS=-j4 OS=ubuntu DIST=xenial DOCKER_REPO=iconzm/packpack USE_SFTP=yes
- SMPFLAGS=-j4 OS=ubuntu DIST=bionic DOCKER_REPO=iconzm/packpack USE_SFTP=yes
- SMPFLAGS=-j4 OS=ubuntu DIST=disco DOCKER_REPO=iconzm/packpack USE_SFTP=yes
2019-10-21 23:39:15 +08:00
- SMPFLAGS=-j4 OS=ubuntu DIST=eoan DOCKER_REPO=iconzm/packpack USE_SFTP=yes
2019-10-16 03:04:32 +08:00
- SMPFLAGS=-j4 OS=debian DIST=jessie DOCKER_REPO=iconzm/packpack USE_SFTP=yes
2019-10-21 23:39:15 +08:00
- SMPFLAGS=-j4 OS=debian DIST=stretch DOCKER_REPO=iconzm/packpack USE_SFTP=yes
- SMPFLAGS=-j4 OS=debian DIST=buster DOCKER_REPO=iconzm/packpack USE_SFTP=yes
- SMPFLAGS=-j4 OS=ubuntu DIST=trusty ARCH=i386
- SMPFLAGS=-j4 OS=ubuntu DIST=xenial ARCH=i386
- SMPFLAGS=-j4 OS=ubuntu DIST=bionic ARCH=i386
- SMPFLAGS=-j4 OS=ubuntu DIST=disco ARCH=i386
2019-09-09 22:04:57 +08:00
- SMPFLAGS=-j4 OS=debian DIST=buster ARCH=i386
- SMPFLAGS=-j4 OS=debian DIST=stretch ARCH=i386
- SMPFLAGS=-j4 OS=raspbian DIST=stretch ARCH=armhf DOCKER_REPO=knnniggett/packpack
2018-02-20 09:31:22 +08:00
compiler:
- gcc
services:
- mysql
- docker
jobs:
include:
- name: eslint
install: npm install -g eslint@5.12.0 eslint-config-google@0.11.0 eslint-plugin-html@5.0.0 eslint-plugin-php-markup@0.2.5
script: eslint --ext .php,.js .
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