We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130a7b1 commit 9f754afCopy full SHA for 9f754af
.github/workflows/unit-tests.yml
@@ -89,6 +89,9 @@ jobs:
89
cmake \
90
-DCMAKE_TOOLCHAIN_FILE="${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" \
91
-DVCPKG_TARGET_TRIPLET="x64-linux-dynamic" \
92
+ -DUPSP_BUILD_TESTING=ON \
93
+ -DUPSP_BUILD_APPLICATIONS=ON \
94
+ -DUPSP_BUILD_PYBIND11=ON \
95
..
96
make -j
97
# - name: Setup upterm session
0 commit comments