Get version number from CMakeLists

This commit is contained in:
ReenigneArcher
2022-04-28 18:06:55 -04:00
parent b286c06144
commit ef9abf2f15
4 changed files with 29 additions and 39 deletions

View File

@@ -10,20 +10,24 @@ build:
os: ubuntu-20.04
tools:
python: "3.9"
apt_packages:
- cmake
- ffmpeg
- libboost-filesystem-dev
- libboost-log-dev
- libboost-thread-dev
jobs:
pre_build:
- cmake .
# Include the submodules, required for cmake
submodules:
include: all
recursive: true
## apt packages required packages to run cmake on sunshine, note that additional packages are required
# apt_packages:
# - cmake
# - ffmpeg
# - libboost-filesystem-dev
# - libboost-log-dev
# - libboost-thread-dev
## run cmake
# jobs:
# pre_build:
# - cmake .
## Include the submodules, required for cmake
#submodules:
# include: all
# recursive: true
# Build documentation in the docs/ directory with Sphinx
sphinx: