From ad253ab93423140b90a35ccc9600c55e0952378f Mon Sep 17 00:00:00 2001 From: Levi Armstrong Date: Wed, 15 Jan 2025 13:11:36 -0600 Subject: [PATCH] Enable cpack build during CI pipeline --- .github/workflows/unstable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index 534471d4..f5c9b8fd 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -43,4 +43,4 @@ jobs: vcs-file: dependencies_unstable.repos upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release target-path: target_ws/src - target-args: --cmake-args -DCMAKE_BUILD_TYPE=Debug -DTRAJOPT_ENABLE_TESTING=ON -DTRAJOPT_ENABLE_CLANG_TIDY=ON + target-args: --cmake-args -DCMAKE_BUILD_TYPE=Debug -DTRAJOPT_ENABLE_TESTING=ON -DTRAJOPT_ENABLE_CLANG_TIDY=ON -DTRAJOPT_PACKAGE=ON