Update .cirrus.yml
This commit is contained in:
parent
9662e93ac9
commit
c6275dd23b
|
@ -83,12 +83,12 @@ task:
|
||||||
compile_script:
|
compile_script:
|
||||||
- make USE_OPENMP=1
|
- make USE_OPENMP=1
|
||||||
|
|
||||||
task:
|
FreeBSD_task:
|
||||||
name: FreeBSD
|
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image_family: freebsd-13-0
|
image_family: freebsd-13-2
|
||||||
|
install_script:
|
||||||
|
- pkg update -f && pkg upgrade -y && pkg install -y gmake gcc-12
|
||||||
compile_script:
|
compile_script:
|
||||||
- pkg install -y gmake gcc-12
|
|
||||||
- gmake
|
- gmake
|
||||||
|
|
||||||
#task:
|
#task:
|
||||||
|
|
Loading…
Reference in New Issue