mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-05 22:32:55 +02:00
cmake --build args
This commit is contained in:
parent
648f0915e5
commit
3470ceb13d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/central-controller.yaml
vendored
2
.github/workflows/central-controller.yaml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
source ~/miniconda3/etc/profile.d/conda.sh
|
source ~/miniconda3/etc/profile.d/conda.sh
|
||||||
conda activate central_controller
|
conda activate central_controller
|
||||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DZT1_CENTRAL_CONTROLLER=1
|
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
|
- name: SelfTest
|
||||||
run: |
|
run: |
|
||||||
./build/zerotier-selftest
|
./build/zerotier-selftest
|
Loading…
Add table
Reference in a new issue