Add .travis.yml

This commit is contained in:
Tomasz Hemperek 2015-05-05 16:39:28 +02:00
parent 1b3e321d35
commit 914f959c67
1 changed files with 24 additions and 0 deletions

24
.travis.yml Normal file
View File

@ -0,0 +1,24 @@
language: python
addons:
apt:
packages:
- gperf
sudo: true
notifications:
email: false
install:
- git clone https://github.com/steveicarus/ivtest.git
- export PATH=$HOME/bin:$PATH
- sudo apt-get install gperf
before_script:
- autoconf
- ./configure --prefix=$HOME
script:
- make; make install
- cd ivtest; perl vvp_reg.pl