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:48:24 +00:00
parent 64e3504491
commit f14d18f05c

View file

@ -16,17 +16,14 @@ pipelines:
# Print the gcc version.
- gcc --version
# Install a CMake 3.0.2 version.
#- apt-get update -qq
#- apt-get install cmake -y
# Alternatively you could install a CMake 3.2.2 version through PPA repository.
- apt-get update -qq
- apt-get install software-properties-common -y
# Add PPA repository.
#- echo 'deb http://ppa.launchpad.net/george-edison55/cmake-3.x/ubuntu trusty main' | tee -a /etc/apt/sources.list.d/cmake.list
#- apt-get update -qq
- apt-get install cmake -y --force-yes
# 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
- mkdir build
- cd build
# Call the CMake.