File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 40
40
- name : configure
41
41
run : cmake -G "Visual Studio 17 2022" $env:superbuild $env:cmake_prefix_path -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=build/release/install -DBUILD_MAVSDK_SERVER=ON -DBUILD_SHARED_LIBS=OFF -DWERROR=ON -Bbuild/release -S.
42
42
- name : build
43
- run : cmake --build build/release -j${{ runner.os == 'Windows' && env.NUMBER_OF_PROCESSORS || runtime.numCPU }} --config RelWithDebInfo --target install
43
+ run : cmake --build build/release -j4 --config RelWithDebInfo --target install
44
44
- name : Create zip file mavsdk libraries
45
45
if : startsWith(github.ref, 'refs/tags/v')
46
46
run : cd build/release/install && 7z.exe a -tzip ../../../mavsdk-windows-x64-release.zip . && cd ../../..
You can’t perform that action at this time.
0 commit comments