Update .cirrus.yml
This commit is contained in:
parent
e18d723bdc
commit
a590f39709
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue