1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00

bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Oliver Hahn 2021-11-25 12:50:12 +00:00
parent f14d18f05c
commit 984cfa3c9c

View file

@ -21,9 +21,9 @@ pipelines:
# Print the CMake version.
- cmake --version
# Install the necessary libraries
- apt-get install fftw3-dev
- apt-get install libgsl-dev
- apt-get install libhdf5-dev
- apt-get install fftw3-dev -y
- apt-get install libgsl-dev -y
- apt-get install libhdf5-serial-dev -y
- mkdir build
- cd build
# Call the CMake.