From e18d723bdcc98db78bb4a0f966acb9d580eb7b63 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 18 Nov 2023 16:27:52 +0100 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 75ef1cb4a..9a9df3f03 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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