Fix CI attempt 1

This commit is contained in:
Julian P Samaroo 2019-09-11 07:10:05 -05:00
parent 1f1f721fec
commit 918e9d6986

View file

@ -11,11 +11,11 @@ else
using Pkg using Pkg
# for now we need to `clone` because there's no way to specify the # for now we need to `clone` because there's no way to specify the
# package name for `add` # package name for `add`
Pkg.clone(pwd(), "PortAudio") #Pkg.clone(pwd(), "PortAudio")
Pkg.build("PortAudio") Pkg.build("PortAudio")
Pkg.add(PackageSpec(name="SampledSignals", rev="master")) Pkg.add(PackageSpec(name="SampledSignals", rev="master"))
Pkg.add(PackageSpec(name="RingBuffers", rev="master")) Pkg.add(PackageSpec(name="RingBuffers", rev="master"))
end end
# add test deps manually because we'll be running test/runtests.jl manually # add test deps manually because we'll be running test/runtests.jl manually
Pkg.add("Compat") #Pkg.add("Compat")