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:44:19 +00:00
parent b7c698cde8
commit 6161ac8858

View file

@ -15,12 +15,10 @@ pipelines:
- uname -a
# Print the gcc version.
- apt-get update -qq
- apt-get install gcc -qq -y
- apt-get install g++ -qq -y
- apt-get install gfortran -qq -y
- apt-get install gcc g++ gfortran -qq -y
- gcc --version
# Install a CMake 3.0.2 version.
- apt-get install cmake pkg-config cmake-data -y --force-yes
- apt-get install git cmake pkg-config cmake-data -y --force-yes
# Print the CMake version.
- cmake --version
# Install the necessary libraries