Adding includes at another place

This commit is contained in:
AnonymusRaccoon
2020-02-06 10:34:14 +01:00
parent 7edcf8d55e
commit 6c0be84f53
+2 -2
View File
@@ -19,9 +19,9 @@ jobs:
- name: Build Makefile with CMake
run: |
Set-Location build
cmake .. -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND"
cmake -DCMAKE_CXX_FLAGS=-isystem\ include .. -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND"
- name: Build with Makefile
run: mingw32-make -C build ComSquare -L build/lib -I build/include
run: mingw32-make -C build ComSquare
- name: Copy shared libs
run: Copy-Item -Path 'C:\Program Files\Git\mingw64\bin\*.dll' -Destination build
- name: Archive production artifact