Get version number from CMakeLists
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user