Skip to content

Commit 4ccc29f

Browse files
authored
Cirrus: Julia 1 on FreeBSD only
1 parent a23734d commit 4ccc29f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.cirrus.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,7 @@ task:
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
@@ -32,7 +21,6 @@ task:
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

0 commit comments

Comments
 (0)