Use apt_packages to install cmake
This commit is contained in:
@@ -10,11 +10,11 @@ build:
|
|||||||
os: ubuntu-20.04
|
os: ubuntu-20.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.9"
|
python: "3.9"
|
||||||
|
apt_packages:
|
||||||
|
- cmake
|
||||||
jobs:
|
jobs:
|
||||||
post_system_dependencies:
|
pre_build:
|
||||||
- apt-get install cmake
|
- cmake -Wno-dev .
|
||||||
pre_create_environment:
|
|
||||||
- cmake ..
|
|
||||||
|
|
||||||
# Build documentation in the docs/ directory with Sphinx
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
|
|||||||
Reference in New Issue
Block a user