Skip to content

Commit

Permalink
Update .cirrus.yml (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Apr 11, 2024
1 parent 6f39506 commit cc8547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ task:
if [ "$(uname -s)" = "FreeBSD" ]; then
FC=gfortran12 CC=gcc12 CXX=g++12 meson setup builddir --prefix=${CIRRUS_WORKING_DIR}/../meson
else
FC=gfortran-12 CC=gcc-12 CXX=g++-12 meson setup builddir --prefix=${CIRRUS_WORKING_DIR}/../meson
FC=gfortran-13 CC=gcc-13 CXX=g++-13 meson setup builddir --prefix=${CIRRUS_WORKING_DIR}/../meson
fi
build_script: |
meson compile -C builddir
Expand Down

0 comments on commit cc8547a

Please sign in to comment.