Browse Source

Update .cirrus.yml

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

+ 5
- 1
.cirrus.yml View File

@@ -129,7 +129,11 @@ task:
- tar Jxvf clang+llvm-16.0.0-aarch64-linux-gnu.tar.xz
- cd -
- make CC=/opt/clang+llvm-16.0.0-aarch64-linux-gnu/bin/clang FC=/opt/clang+llvm-16.0.0-aarch64-linux-gnu/bin/flang-new USE_OPENMP=1

always:
config_artifacts:
path: "*conf*"
type: text/plain
FreeBSD_task:
name: FreeBSD-gcc12
freebsd_instance:


Loading…
Cancel
Save