From 918e9d6986e5e28c5b6aced5ad66a00692da0f5f Mon Sep 17 00:00:00 2001 From: Julian P Samaroo Date: Wed, 11 Sep 2019 07:10:05 -0500 Subject: [PATCH] Fix CI attempt 1 --- ci_setup.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci_setup.jl b/ci_setup.jl index 82a0a65..0e84770 100644 --- a/ci_setup.jl +++ b/ci_setup.jl @@ -11,11 +11,11 @@ else using Pkg # for now we need to `clone` because there's no way to specify the # package name for `add` - Pkg.clone(pwd(), "PortAudio") + #Pkg.clone(pwd(), "PortAudio") Pkg.build("PortAudio") Pkg.add(PackageSpec(name="SampledSignals", rev="master")) Pkg.add(PackageSpec(name="RingBuffers", rev="master")) end # add test deps manually because we'll be running test/runtests.jl manually -Pkg.add("Compat") +#Pkg.add("Compat")