mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-30 16:50:45 +00:00
add cygwin libs to Windows package scripts
This commit is contained in:
parent
31056d980f
commit
77efd643a9
@ -124,6 +124,10 @@ package-win32:
|
|||||||
script:
|
script:
|
||||||
- cp src/config.txt .
|
- cp src/config.txt .
|
||||||
- cp COPYING.txt doc/
|
- cp COPYING.txt doc/
|
||||||
|
- cp /bin/cyggcc_s-1.dll .
|
||||||
|
- cp /bin/cygstdc++-6.dll .
|
||||||
|
- cp /bin/cygwin1.dll .
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- gsplus32.exe
|
- gsplus32.exe
|
||||||
@ -131,6 +135,9 @@ package-win32:
|
|||||||
- doc/gsplusmanual.txt
|
- doc/gsplusmanual.txt
|
||||||
- doc/gsplusmanual.pdf
|
- doc/gsplusmanual.pdf
|
||||||
- doc/COPYING.txt
|
- doc/COPYING.txt
|
||||||
|
- cyggcc_s-1.dll
|
||||||
|
- cygstdc++-6.dll
|
||||||
|
- cygwin1.dll
|
||||||
|
|
||||||
|
|
||||||
build-win-sdl:
|
build-win-sdl:
|
||||||
@ -154,6 +161,10 @@ package-win-sdl:
|
|||||||
script:
|
script:
|
||||||
- cp src/config.txt .
|
- cp src/config.txt .
|
||||||
- cp COPYING.txt doc/
|
- cp COPYING.txt doc/
|
||||||
|
- cp /bin/cyggcc_s-1.dll .
|
||||||
|
- cp /bin/cygstdc++-6.dll .
|
||||||
|
- cp /bin/cygwin1.dll .
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- gsplus.exe
|
- gsplus.exe
|
||||||
@ -161,3 +172,6 @@ package-win-sdl:
|
|||||||
- doc/gsplusmanual.txt
|
- doc/gsplusmanual.txt
|
||||||
- doc/gsplusmanual.pdf
|
- doc/gsplusmanual.pdf
|
||||||
- doc/COPYING.txt
|
- doc/COPYING.txt
|
||||||
|
- cyggcc_s-1.dll
|
||||||
|
- cygstdc++-6.dll
|
||||||
|
- cygwin1.dll
|
||||||
|
Loading…
Reference in New Issue
Block a user