Update .cirrus.yml
This commit is contained in:
parent
804f643b82
commit
e18d723bdc
|
@ -8,6 +8,8 @@ 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
|
||||||
|
- cd build
|
||||||
- cmake CC=clang FC=gfortran-13 ..
|
- cmake CC=clang FC=gfortran-13 ..
|
||||||
- make -j 4
|
- make -j 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue