adds build step to travis config
This commit is contained in:
parent
b559f19d8f
commit
47a587bc20
2 changed files with 3 additions and 3 deletions
|
@ -9,5 +9,5 @@ before_install:
|
|||
- sudo apt-get update -qq -y
|
||||
- sudo apt-get install libpcre3-dev julia -y
|
||||
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'
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[![Build Status](https://travis-ci.org/ssfrr/PortAudio.jl.png)](https://travis-ci.org/ssfrr/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
|
||||
and certainly not even close to being useful.
|
||||
|
||||
|
|
Loading…
Reference in a new issue