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 13:37:27 +00:00
parent af8cc72d57
commit 254c1a8815

View file

@ -4,7 +4,7 @@
# The workflow allows running tests and code linting on the default branch.
image: gcc
image: debian:latest
pipelines:
default:
@ -16,6 +16,7 @@ pipelines:
# Print the gcc version.
- gcc --version
- apt-get update -qq
- apt-get install gcc -qq -y
- apt-get install gfortran -qq -y
# Install a CMake 3.0.2 version.
- apt-get install cmake -y --force-yes
@ -25,7 +26,6 @@ pipelines:
- apt-get install fftw3-dev -y
- apt-get install libgsl-dev -y
- apt-get install libhdf5-serial-dev -y
- apt-get install libopenmpi-dev -y
- mkdir build
- cd build