bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
jpekkila
2020-05-30 16:58:45 +00:00
parent f929b21ac0
commit 2ddeef22ac

View File

@@ -21,7 +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
- wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | 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