mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 21:30:12 +08:00
update build
This commit is contained in:
parent
c6ca72ba88
commit
4056d3bd4a
23
.github/workflows/build-win32.yml
vendored
23
.github/workflows/build-win32.yml
vendored
@ -48,5 +48,24 @@ jobs:
|
|||||||
set "LIB=%LIB%;c:/vcpkg/installed/x86-windows/lib"
|
set "LIB=%LIB%;c:/vcpkg/installed/x86-windows/lib"
|
||||||
set "INCLUDE=%INCLUDE%;c:/vcpkg/installed/x86-windows/include"
|
set "INCLUDE=%INCLUDE%;c:/vcpkg/installed/x86-windows/include"
|
||||||
nmake /F Makefile.msvc
|
nmake /F Makefile.msvc
|
||||||
zip 3proxy-%RELEASE%.zip bin/3proxy.exe bin/*.dll bin/mycrypt.exe %COMMONFILES%
|
cp c:/vcpkg/installed/x86-windows/*.dll bin/
|
||||||
nmake /F Makefile.msvc clean
|
- name: Get artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: "3proxy-${{ env.RELEASE }}.zip"
|
||||||
|
path: |
|
||||||
|
bin/3proxy.exe
|
||||||
|
bin/*.dll
|
||||||
|
bin/mycrypt.exe
|
||||||
|
cfg/*.*
|
||||||
|
cfg/sql/*.*
|
||||||
|
doc/ru/*.*
|
||||||
|
doc/html/*.*
|
||||||
|
doc/html/plugins/*.*
|
||||||
|
doc/html/man8/*.*
|
||||||
|
doc/html/man3/*.*
|
||||||
|
doc/devel/*.rtf
|
||||||
|
copying
|
||||||
|
authors
|
||||||
|
README
|
||||||
|
rus.3ps
|
||||||
|
|||||||
4
.github/workflows/build-win64.yml
vendored
4
.github/workflows/build-win64.yml
vendored
@ -46,11 +46,13 @@ jobs:
|
|||||||
set "LIB=%LIB%;c:/program files/openssl/lib/VC/x64/MT;c:/vcpkg/installed/x64-windows/lib"
|
set "LIB=%LIB%;c:/program files/openssl/lib/VC/x64/MT;c:/vcpkg/installed/x64-windows/lib"
|
||||||
set "INCLUDE=%INCLUDE%;c:/program files/openssl/include;c:/vcpkg/installed/x64-windows/include"
|
set "INCLUDE=%INCLUDE%;c:/program files/openssl/include;c:/vcpkg/installed/x64-windows/include"
|
||||||
nmake /F Makefile.msvc64
|
nmake /F Makefile.msvc64
|
||||||
|
dir c:/vcpkg/installed/x64-windows/
|
||||||
|
cp c:/vcpkg/installed/x64-windows/*.dll bin64/
|
||||||
echo 2
|
echo 2
|
||||||
- name: Get artifact
|
- name: Get artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: 3proxy-{{ env.RELEASE }}-x64.zip
|
name: "3proxy-${{ env.RELEASE }}-x64.zip"
|
||||||
path: |
|
path: |
|
||||||
bin64/3proxy.exe
|
bin64/3proxy.exe
|
||||||
bin64/*.dll
|
bin64/*.dll
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user