bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user