Skip to content

Commit 51c6598

Browse files
committed
Azure: Ninja Builds (CMake)
1 parent 6fa70fd commit 51c6598

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
BLASPP_HOME: '/usr/local'
1414
CEI_SUDO: 'sudo'
1515
CEI_TMP: '/tmp/cei'
16+
CMAKE_GENERATOR: 'Ninja'
1617
FFTW_HOME: '/usr'
1718
LAPACKPP_HOME: '/usr/local'
1819
OMP_NUM_THREADS: 1
@@ -75,7 +76,8 @@ jobs:
7576
set -eu -o pipefail
7677
cat /proc/cpuinfo | grep "model name" | sort -u
7778
df -h
78-
sudo apt install -y ccache curl gcc gfortran git g++ openmpi-bin libopenmpi-dev \
79+
sudo apt install -y ccache curl gcc gfortran git g++ ninja-build \
80+
openmpi-bin libopenmpi-dev \
7981
libfftw3-dev libfftw3-mpi-dev libhdf5-openmpi-dev pkg-config make \
8082
python3 python3-pip python3-venv python3-setuptools libblas-dev liblapack-dev
8183
ccache --set-config=max_size=10.0G

0 commit comments

Comments
 (0)