adds build step to travis config

This commit is contained in:
Spencer Russell 2013-12-14 00:20:01 -05:00
parent b559f19d8f
commit 47a587bc20
2 changed files with 3 additions and 3 deletions

View file

@ -9,5 +9,5 @@ before_install:
- sudo apt-get update -qq -y - sudo apt-get update -qq -y
- sudo apt-get install libpcre3-dev julia -y - sudo apt-get install libpcre3-dev julia -y
script: script:
- julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir("PortAudio"))`); Pkg.pin("PortAudio"); Pkg.resolve()' - julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir("PortAudio"))`); Pkg.pin("PortAudio"); Pkg.resolve(); Pkg.build("PortAudio")'
- julia -e 'using PortAudio; @assert isdefined(:PortAudio); @assert typeof(PortAudio) === Module' - julia -e 'using PortAudio; @assert isdefined(:PortAudio); @assert typeof(PortAudio) === Module'

View file

@ -1,8 +1,8 @@
[![Build Status](https://travis-ci.org/ssfrr/PortAudio.jl.png)](https://travis-ci.org/ssfrr/PortAudio.jl)
PortAudio.jl PortAudio.jl
============ ============
[![Build Status](https://travis-ci.org/ssfrr/PortAudio.jl.png)](https://travis-ci.org/ssfrr/PortAudio.jl)
This is a Julia interface to PortAudio. It is currently under heavy development This is a Julia interface to PortAudio. It is currently under heavy development
and certainly not even close to being useful. and certainly not even close to being useful.