Skip to content

Commit

Permalink
[CirrusCI] Install SIFDecode in a local folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 14, 2023
1 parent 07f88e6 commit a59ac6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ task:
fi
configure_script: |
if [ "$(uname -s)" = "FreeBSD" ]; then
FC=gfortran12 CC=gcc12 CXX=g++12 meson setup builddir
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
FC=gfortran-12 CC=gcc-12 CXX=g++-12 meson setup builddir --prefix=${CIRRUS_WORKING_DIR}/../meson
fi
build_script: |
meson compile -C builddir
Expand Down

0 comments on commit a59ac6d

Please sign in to comment.