mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-04 10:44:37 +00:00
Oups 3
This commit is contained in:
@@ -23,10 +23,10 @@ jobs:
|
|||||||
- name: Build with Makefile
|
- name: Build with Makefile
|
||||||
run: |
|
run: |
|
||||||
mingw32-make -C build ComSquare
|
mingw32-make -C build ComSquare
|
||||||
- name: Clean up
|
- name: Clean up
|
||||||
run: |
|
run: |
|
||||||
Set-Location build
|
Set-Location build
|
||||||
Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin/*
|
Remove-Item -Recurse -Path * -Exclude ComSquare.exe,bin/*
|
||||||
- name: Copy shared libs
|
- name: Copy shared libs
|
||||||
run: |
|
run: |
|
||||||
Copy-Item -Path build\bin\*.dll -Destination build
|
Copy-Item -Path build\bin\*.dll -Destination build
|
||||||
|
|||||||
Reference in New Issue
Block a user