mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-22 14:32:03 +00:00
Finishing the windows's CI (I think)
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Build Makefile with CMake
|
||||
run: |
|
||||
Set-Location build
|
||||
cmake -DCMAKE_CXX_FLAGS=-isystem\ build/include .. -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND"
|
||||
cmake .. -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND" -DGITBUILD=true
|
||||
- name: Build with Makefile
|
||||
run: mingw32-make -C build ComSquare
|
||||
- name: Copy shared libs
|
||||
|
||||
Reference in New Issue
Block a user