mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-25 00:17:00 -04:00
Adding travis-ci to test build code
This commit is contained in:
committed by
Joseph Heenan
parent
8f9786ffed
commit
fa1820aeb5
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
language: c
|
||||
compiler: gcc
|
||||
before_script: autoreconf -fiv
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libavformat-dev
|
||||
- libavcodec-dev
|
||||
- libav-tools
|
||||
- libavutil-dev
|
||||
- libswscale-dev
|
||||
- ffmpeg
|
||||
- libjpeg8-dev
|
||||
- libv4l-dev
|
||||
- libzip-dev
|
||||
script: ./configure && make
|
||||
Reference in New Issue
Block a user