Skip to content

Commit 2c338f7

Browse files
rgetzpcercuei
authored andcommitted
add WITH_HWMON WITH_SERIAL_BACKEND & WITH_EXAMPLES to builds
so that code is tested/verified by build system, and code analysis Signed-off-by: Robin Getz <[email protected]>
1 parent 9058ab2 commit 2c338f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/azure/ci-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ DEBIAN_FRONTEND=noninteractive apt install -y bison flex cmake git build-essenti
77
DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-sphinx python3-setuptools
88
echo "$PWD"
99
mkdir build && cd build
10-
cmake .. -DPYTHON_BINDINGS=ON -DENABLE_PACKAGING=ON -DCPACK_SYSTEM_NAME="{ARTIFACTNAME}"
10+
cmake .. -DWITH_HWMON=ON -DWITH_SERIAL_BACKEND=ON -DWITH_EXAMPLES=ON -DPYTHON_BINDINGS=ON -DENABLE_PACKAGING=ON -DCPACK_SYSTEM_NAME="{ARTIFACTNAME}"
1111
make
1212
make package

0 commit comments

Comments
 (0)