test windows
This commit is contained in:
1
.github/workflows/cmake_windows_msys2.yml
vendored
1
.github/workflows/cmake_windows_msys2.yml
vendored
@@ -116,6 +116,7 @@ jobs:
|
||||
-D CMAKE_INSTALL_PREFIX=./build/artifacts
|
||||
-D QT=${{ matrix.ui.qt }}
|
||||
-D STATIC_BUILD=${{ matrix.ui.static }}
|
||||
-D CMAKE_EXE_LINKER_FLAGS="$(pkg-config --libs libserialport --static )"
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
||||
1
.github/workflows/codeql_windows_msys2.yml
vendored
1
.github/workflows/codeql_windows_msys2.yml
vendored
@@ -122,6 +122,7 @@ jobs:
|
||||
-D CMAKE_INSTALL_PREFIX=./build/artifacts
|
||||
-D QT=${{ matrix.ui.qt }}
|
||||
-D STATIC_BUILD=${{ matrix.ui.static }}
|
||||
-D CMAKE_EXE_LINKER_FLAGS="$(pkg-config --libs libserialport --static )"
|
||||
|
||||
- name: Build
|
||||
run: cmake --build build
|
||||
|
||||
Reference in New Issue
Block a user