Added a the official Kitware PPA for pulling the latest CMake when doing automated builds.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user