ci(github): disable C++ tests in others languages jobs.
This commit is contained in:
2
.github/workflows/linux_python.yml
vendored
2
.github/workflows/linux_python.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Check swig
|
||||
run: swig -version
|
||||
- name: Configure
|
||||
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_PYTHON=ON -DBUILD_DEPS=ON
|
||||
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_PYTHON=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
|
||||
- name: Build
|
||||
run: cmake --build build --config Release --target all -v
|
||||
- name: Test
|
||||
|
||||
Reference in New Issue
Block a user