mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-02-20 14:03:09 +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
|
||||
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
|
||||
run: make update
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user