mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-19 02:41:25 +00:00
gitlab-ci: cross-compile miniupnpc for Win32
This commit is contained in:
parent
8a2af6e9e6
commit
dc11f02d37
@ -1,7 +1,7 @@
|
|||||||
before_script:
|
before_script:
|
||||||
- >
|
- >
|
||||||
apt-get update -qq && apt-get install -y -qq iptables-dev libevent-dev
|
apt-get update -qq && apt-get install -y -qq iptables-dev libevent-dev
|
||||||
libnfnetlink-dev uuid-dev make gcc
|
libnfnetlink-dev uuid-dev make gcc gcc-mingw-w64-i686 mingw-w64-tools
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
@ -15,3 +15,4 @@ job_miniupnpc:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- "cd miniupnpc && make -j3 && make check"
|
- "cd miniupnpc && make -j3 && make check"
|
||||||
|
- "make -f Makefile.mingw DLLWRAP=mingw32-dllwrap CC=mingw32-gcc AR=mingw32-ar"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user