Added a the official Kitware PPA for pulling the latest CMake when doing automated builds.

This commit is contained in:
jpekkila
2020-05-30 16:45:08 +00:00
parent b719306266
commit c24996fdb3

View File

@@ -19,6 +19,7 @@ pipelines:
- step:
script: # Modify the commands below to build your repository.
- mkdir -p build && cd build
- 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
- cmake -DDSL_MODULE_DIR="acc/mhd_solver" -DBUILD_STANDALONE=ON -DBUILD_UTILS=ON -DBUILD_RT_VISUALIZATION=OFF -DBUILD_SAMPLES=ON -DDOUBLE_PRECISION=OFF -DMULTIGPU_ENABLED=ON -DMPI_ENABLED=OFF .. # Single precision