mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 21:30:12 +08:00
update builds
This commit is contained in:
parent
bc7e574669
commit
957ae2adb6
@ -3,7 +3,7 @@ name: C/C++ CI
|
||||
on:
|
||||
push:
|
||||
branches: [ "test-ci" ]
|
||||
paths: [ 'RELEASE', '.github/workflows/build-win.yml' ]
|
||||
paths: [ 'RELEASE', '.github/workflows/build-win32.yml' ]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
@ -33,10 +33,10 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
echo builddate:%BUILDDATE% release:%RELEASE% version:%VERSION% now:%NOW%
|
||||
dir c:\program files\openssl\lib\VC\
|
||||
dir c:\vcpkg\installed/
|
||||
dir "c:\program files\openssl\lib\VC\"
|
||||
dir "c:\vcpkg\installed\"
|
||||
- name: install packages
|
||||
run: vcpkg install pcre2:x86-windows && c:\msys64\usr\bin\pacman.exe -S --noconfirm mingw-w64-i686-pcre2 mingw-w64-i686-openssl
|
||||
run: vcpkg install pcre2:x86-windows
|
||||
# - name: make Windows
|
||||
# run: make -f Makefile.win
|
||||
# env:
|
||||
4
.github/workflows/build-win64.yml
vendored
4
.github/workflows/build-win64.yml
vendored
@ -3,7 +3,7 @@ name: C/C++ CI
|
||||
on:
|
||||
push:
|
||||
branches: [ "test-ci" ]
|
||||
paths: [ 'RELEASE', '.github/workflows/build-win.yml' ]
|
||||
paths: [ 'RELEASE', '.github/workflows/build-win64.yml' ]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
shell: cmd
|
||||
run: echo builddate:%BUILDDATE% release:%RELEASE% version:%VERSION% now:%NOW%
|
||||
- name: install packages
|
||||
run: vcpkg install pcre2:x64-windows && c:\msys64\usr\bin\pacman.exe -S --noconfirm mingw-w64-x86_64-pcre2 mingw-w64-x86_64-openssl
|
||||
run: vcpkg install pcre2:x64-windows
|
||||
# - name: make Windows
|
||||
# run: make -f Makefile.win
|
||||
# env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user