From 19a26b2ddc317ac18fa25d3521c216427d2c214a Mon Sep 17 00:00:00 2001 From: Dominique Date: Tue, 7 Nov 2023 21:49:24 -0500 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index ae905209..99ee3d83 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -32,6 +32,7 @@ task: sh -c "$(fetch ${URL} -o -)" fi build_script: + - julia --color=yes --project=. -e 'using Pkg; pkg1 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/RegularizedProblems.jl.git", rev = "main"); pkg2 = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/ShiftedProximalOperators.jl.git", rev = "master"); Pkg.add([pkg1, pkg2])' - cirrusjl build test_script: - cirrusjl test