Update .cirrus.yml

This commit is contained in:
Martin Kroeker 2023-06-14 19:07:02 +02:00 committed by GitHub
parent 9662e93ac9
commit c6275dd23b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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: