Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Nov 18, 2023
1 parent b3f5c4e commit 1ccbf2b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ task:
- export PATH=/opt/homebrew/bin:$PATH
- export LDFLAGS="-L/opt/homebrew/lib"
- export CPPFLAGS="-I/opt/homebrew/include"
- mkdir build
- cd build
- cmake ..
- make -j 4
- ctest
- make CC=clang FC=gfortran-13

0 comments on commit 1ccbf2b

Please sign in to comment.