mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-07 16:43:06 +00:00
chore: update ci
This commit is contained in:
parent
7e2c1a3ec3
commit
89bb598bc8
8
.github/workflows/test-windows.yml
vendored
8
.github/workflows/test-windows.yml
vendored
@ -57,6 +57,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
which upx gcc g++ make cmake cargo rustc python make mingw32-make
|
which upx gcc g++ make cmake cargo rustc python make mingw32-make
|
||||||
|
|
||||||
|
- name: Update
|
||||||
|
run: make update
|
||||||
|
|
||||||
- name: Building miniupnpc
|
- name: Building miniupnpc
|
||||||
run: |
|
run: |
|
||||||
cd vendor/nwaku/vendor/nim-nat-traversal/vendor/miniupnp/miniupnpc
|
cd vendor/nwaku/vendor/nim-nat-traversal/vendor/miniupnp/miniupnpc
|
||||||
@ -68,9 +71,6 @@ jobs:
|
|||||||
cd ./vendor/nim-nat-traversal/vendor/libnatpmp-upstream
|
cd ./vendor/nim-nat-traversal/vendor/libnatpmp-upstream
|
||||||
make CC="gcc -fPIC -D_WIN32_WINNT=0x0600 -DNATPMP_STATICLIB" libnatpmp.a V=1
|
make CC="gcc -fPIC -D_WIN32_WINNT=0x0600 -DNATPMP_STATICLIB" libnatpmp.a V=1
|
||||||
cd ../../../../../../
|
cd ../../../../../../
|
||||||
|
|
||||||
- name: Update
|
|
||||||
run: make update
|
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: make tests
|
run: make tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user