Use apt_packages to install cmake
This commit is contained in:
parent
7a1e5f43d9
commit
4cd1014bac
1 changed files with 4 additions and 4 deletions
|
|
@ -10,11 +10,11 @@ build:
|
|||
os: ubuntu-20.04
|
||||
tools:
|
||||
python: "3.9"
|
||||
apt_packages:
|
||||
- cmake
|
||||
jobs:
|
||||
post_system_dependencies:
|
||||
- apt-get install cmake
|
||||
pre_create_environment:
|
||||
- cmake ..
|
||||
pre_build:
|
||||
- cmake -Wno-dev .
|
||||
|
||||
# Build documentation in the docs/ directory with Sphinx
|
||||
sphinx:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue