Skip to content

Commit

Permalink
CI: fix missing $ in script
Browse files Browse the repository at this point in the history
-DCPACK_SYSTEM_NAME="{ARTIFACTNAME}" should be -DCPACK_SYSTEM_NAME="${ARTIFACTNAME}"

Signed-off-by: Robin Getz <robin.getz@analog.com>
  • Loading branch information
rgetz authored and pcercuei committed Mar 3, 2022
1 parent 7385e72 commit f84bbcc
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 .. -DWITH_HWMON=ON -DWITH_SERIAL_BACKEND=ON -DWITH_EXAMPLES=ON -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 f84bbcc

Please sign in to comment.