Skip to content

Commit

Permalink
CI: Update build script for Windows
Browse files Browse the repository at this point in the history
Disable serial and USB backends.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
  • Loading branch information
pcercuei committed May 11, 2021
1 parent 50640fb commit b0f0540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/build_win.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ $src_dir=$pwd
mkdir build
cd build

cmake -G "$COMPILER" -A "$ARCH" -DPYTHON_BINDINGS=ON -DLIBXML2_LIBRARIES="$src_dir\deps\lib\libxml2.dll.a" ..
cmake -G "$COMPILER" -A "$ARCH" -DENABLE_IPV6=OFF -DWITH_USB_BACKEND=OFF -DWITH_SERIAL_BACKEND=OFF -DPYTHON_BINDINGS=ON -DLIBXML2_LIBRARIES="$src_dir\deps\lib\libxml2.dll.a" ..
cmake --build . --config Release

0 comments on commit b0f0540

Please sign in to comment.