mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-04-24 23:03:12 +00:00
chore: update ci
This commit is contained in:
parent
b2b4d30841
commit
7e2c1a3ec3
14
.github/workflows/test-windows.yml
vendored
14
.github/workflows/test-windows.yml
vendored
@ -55,7 +55,19 @@ jobs:
|
|||||||
|
|
||||||
- name: Verify dependencies
|
- name: Verify dependencies
|
||||||
run: |
|
run: |
|
||||||
which upx gcc g++ make cmake cargo rustc python
|
which upx gcc g++ make cmake cargo rustc python make mingw32-make
|
||||||
|
|
||||||
|
- name: Building miniupnpc
|
||||||
|
run: |
|
||||||
|
cd vendor/nwaku/vendor/nim-nat-traversal/vendor/miniupnp/miniupnpc
|
||||||
|
make -f Makefile.mingw CC=gcc CXX=g++ libminiupnpc.a V=1
|
||||||
|
cd ../../../../../../..
|
||||||
|
|
||||||
|
- name: Building libnatpmp
|
||||||
|
run: |
|
||||||
|
cd ./vendor/nim-nat-traversal/vendor/libnatpmp-upstream
|
||||||
|
make CC="gcc -fPIC -D_WIN32_WINNT=0x0600 -DNATPMP_STATICLIB" libnatpmp.a V=1
|
||||||
|
cd ../../../../../../
|
||||||
|
|
||||||
- name: Update
|
- name: Update
|
||||||
run: make update
|
run: make update
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user