Browse Source

Update .cirrus.yml

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

+ 2
- 0
.cirrus.yml View File

@@ -8,6 +8,8 @@ task:
- export PATH=/opt/homebrew/bin:$PATH
- export LDFLAGS="-L/opt/homebrew/lib"
- export CPPFLAGS="-I/opt/homebrew/include"
- mkdir build
- cd build
- cmake CC=clang FC=gfortran-13 ..
- make -j 4

Loading…
Cancel
Save