cmake --build args

This commit is contained in:
Grant Limberg 2025-09-03 09:12:04 -07:00
parent 648f0915e5
commit 3470ceb13d

View file

@ -49,7 +49,7 @@ jobs:
source ~/miniconda3/etc/profile.d/conda.sh
conda activate central_controller
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DZT1_CENTRAL_CONTROLLER=1
cmake --build . --config Release -- -j 4
cmake --build build/ --target all -j4 --verbose
- name: SelfTest
run: |
./build/zerotier-selftest