WRF-CMake / wrf

🌀 The Weather Research and Forecasting (WRF) model with CMake support
Other
44 stars 3 forks source link

Add CentOS to CI #45

Closed letmaik closed 4 years ago

letmaik commented 4 years ago

This also automates the building of the redistributable binaries for Linux, for which CentOS is used. As part of this PR, the CI scripts were cleaned up and we now don't rely on the container jobs feature of Azure Pipelines anymore as it doesn't support older CentOS versions. Instead, we do it ourselves now which also allows to decide which CI steps should run inside Docker and which not.