Skip to content

Commit

Permalink
add WITH_HWMON WITH_SERIAL_BACKEND & WITH_EXAMPLES to builds
Browse files Browse the repository at this point in the history
so that code is tested/verified by build system, and code analysis

Signed-off-by: Robin Getz <[email protected]>
  • Loading branch information
rgetz authored and pcercuei committed Mar 2, 2022
1 parent 9058ab2 commit 2c338f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/azure/ci-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ DEBIAN_FRONTEND=noninteractive apt install -y bison flex cmake git build-essenti
DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-sphinx python3-setuptools
echo "$PWD"
mkdir build && cd build
cmake .. -DPYTHON_BINDINGS=ON -DENABLE_PACKAGING=ON -DCPACK_SYSTEM_NAME="{ARTIFACTNAME}"
cmake .. -DWITH_HWMON=ON -DWITH_SERIAL_BACKEND=ON -DWITH_EXAMPLES=ON -DPYTHON_BINDINGS=ON -DENABLE_PACKAGING=ON -DCPACK_SYSTEM_NAME="{ARTIFACTNAME}"
make
make package

0 comments on commit 2c338f7

Please sign in to comment.