File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 55 image_family : freebsd-13-3
66 env :
77 matrix :
8- - JULIA_VERSION : 1.6
98 - JULIA_VERSION : 1
10- - name : musl Linux
11- container :
12- image : alpine:3.14
13- env :
14- - JULIA_VERSION : 1
15- - name : MacOS M1
16- macos_instance :
17- image : ghcr.io/cirruslabs/macos-monterey-base:latest
18- env :
19- - JULIA_VERSION : 1
209 install_script : |
2110 URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh"
2211 set -x
3221 sh -c "$(fetch ${URL} -o -)"
3322 fi
3423 build_script :
35- - julia --color=yes --project=. -e 'using Pkg; pkg = PackageSpec(url = "https://github.com/JuliaSmoothOptimizers/ShiftedProximalOperators.jl.git", rev = "master"); Pkg.add([pkg])'
3624 - cirrusjl build
3725 test_script :
3826 - cirrusjl test
You can’t perform that action at this time.
0 commit comments