We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d9b74 commit 822623bCopy full SHA for 822623b
2 files changed
.github/workflows/build_binary.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: 'Build'
43
id: 'build'
44
run: |
45
- cmake --build --preset default
+ cmake --build --preset default --target cpp_bindings_linux
46
47
. build/env.sh
48
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> $GITHUB_OUTPUT
.github/workflows/test_unit_cpp.yml
@@ -45,13 +45,12 @@ jobs:
CXX: g++
- cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
+ cmake --preset linux-gcc-release
49
50
51
52
53
- cmake --build build --config Release --target all
54
- #################################### ^ needs to be changed
+ cmake --build --preset default --target cpp_bindings_linux_tests
55
56
- name: 'Install test dependencies'
57
0 commit comments