mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-18 18:31:15 +00:00
gitlab-ci: cross-compile miniupnpc for Win32
This commit is contained in:
parent
8a2af6e9e6
commit
dc11f02d37
@ -1,7 +1,7 @@
|
||||
before_script:
|
||||
- >
|
||||
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:
|
||||
- build
|
||||
@ -15,3 +15,4 @@ job_miniupnpc:
|
||||
stage: build
|
||||
script:
|
||||
- "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