bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
jpekkila
2020-05-30 16:52:26 +00:00
parent 95275df3f2
commit f929b21ac0

View File

@@ -21,6 +21,7 @@ pipelines:
- mkdir -p build && cd build
- apt-get update
- apt-get install -y apt-transport-https ca-certificates gnupg software-properties-common wget
- wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null
- apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
- apt-get update
- apt-get install -y cmake flex bison openmpi-bin libopenmpi-dev