Update .cirrus.yml

This commit is contained in:
Martin Kroeker 2023-11-18 16:42:29 +01:00 committed by GitHub
parent e18d723bdc
commit a590f39709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ task:
- export CPPFLAGS="-I/opt/homebrew/include" - export CPPFLAGS="-I/opt/homebrew/include"
- mkdir build - mkdir build
- cd build - cd build
- cmake CC=clang FC=gfortran-13 .. - cmake ..
- make -j 4 - make -j 4
- ctest