mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-07 05:40:12 +08:00
update builds
This commit is contained in:
parent
bc7e574669
commit
957ae2adb6
@ -3,7 +3,7 @@ name: C/C++ CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "test-ci" ]
|
branches: [ "test-ci" ]
|
||||||
paths: [ 'RELEASE', '.github/workflows/build-win.yml' ]
|
paths: [ 'RELEASE', '.github/workflows/build-win32.yml' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
@ -33,10 +33,10 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
echo builddate:%BUILDDATE% release:%RELEASE% version:%VERSION% now:%NOW%
|
echo builddate:%BUILDDATE% release:%RELEASE% version:%VERSION% now:%NOW%
|
||||||
dir c:\program files\openssl\lib\VC\
|
dir "c:\program files\openssl\lib\VC\"
|
||||||
dir c:\vcpkg\installed/
|
dir "c:\vcpkg\installed\"
|
||||||
- name: install packages
|
- 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
|
# - name: make Windows
|
||||||
# run: make -f Makefile.win
|
# run: make -f Makefile.win
|
||||||
# env:
|
# env:
|
||||||
4
.github/workflows/build-win64.yml
vendored
4
.github/workflows/build-win64.yml
vendored
@ -3,7 +3,7 @@ name: C/C++ CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "test-ci" ]
|
branches: [ "test-ci" ]
|
||||||
paths: [ 'RELEASE', '.github/workflows/build-win.yml' ]
|
paths: [ 'RELEASE', '.github/workflows/build-win64.yml' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
run: echo builddate:%BUILDDATE% release:%RELEASE% version:%VERSION% now:%NOW%
|
run: echo builddate:%BUILDDATE% release:%RELEASE% version:%VERSION% now:%NOW%
|
||||||
- name: install packages
|
- 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
|
# - name: make Windows
|
||||||
# run: make -f Makefile.win
|
# run: make -f Makefile.win
|
||||||
# env:
|
# env:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user