Update .cirrus.yml

This commit is contained in:
Martin Kroeker 2023-11-18 19:50:18 +01:00 committed by GitHub
parent b3f5c4eba6
commit 1ccbf2bcb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

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