File tree 1 file changed +8
-26
lines changed
1 file changed +8
-26
lines changed Original file line number Diff line number Diff line change
1
+ freebsd_instance :
2
+ image_family : freebsd-14-2
1
3
task :
2
- matrix :
3
- - name : FreeBSD
4
- freebsd_instance :
5
- image_family : freebsd-13-3
6
- env :
7
- matrix :
8
- - JULIA_VERSION : 1.6
9
- - JULIA_VERSION : 1
10
- - name : MacOS M1
11
- macos_instance :
12
- image : ghcr.io/cirruslabs/macos-sonoma-base:latest
13
- env :
14
- - JULIA_VERSION : 1
4
+ name : FreeBSD
5
+ env :
6
+ matrix :
7
+ - JULIA_VERSION : 1.6
8
+ - JULIA_VERSION : 1
15
9
install_script : |
16
- URL="https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh"
17
- set -x
18
- if [ "$(uname -s)" = "Linux" ] && command -v apt; then
19
- apt update
20
- apt install -y curl
21
- fi
22
- if command -v curl; then
23
- sh -c "$(curl ${URL})"
24
- elif command -v wget; then
25
- sh -c "$(wget ${URL} -q -O-)"
26
- elif command -v fetch; then
27
- sh -c "$(fetch ${URL} -o -)"
28
- fi
10
+ sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"
29
11
echo "OMP_CANCELLATION=TRUE" >> $CIRRUS_ENV
30
12
echo "OMP_PROC_BIND=TRUE" >> $CIRRUS_ENV
31
13
build_script :
You can’t perform that action at this time.
0 commit comments