Browse Source

Update .cirrus.yml

pull/4082/head
Martin Kroeker GitHub 3 years ago
parent
commit
c6275dd23b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .cirrus.yml

+ 4
- 4
.cirrus.yml View File

@@ -83,12 +83,12 @@ task:
compile_script:
- make USE_OPENMP=1

task:
name: FreeBSD
FreeBSD_task:
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:
- pkg install -y gmake gcc-12
- gmake
#task:


Loading…
Cancel
Save