miniupnp/.gitlab-ci.yml

21 lines
586 B
YAML
Raw Normal View History

before_script:
- >
apt-get update -qq && apt-get install -y -qq iptables-dev libevent-dev
libnfnetlink-dev uuid-dev make gcc gcc-mingw-w64-i686 mingw-w64-tools
stages:
- build
job_miniupnpd:
stage: build
script:
- "cd miniupnpd && make -j3 -f Makefile.linux && make -f Makefile.linux check"
2018-07-15 12:22:19 +00:00
# i686-w64-mingw32-gcc
job_miniupnpc:
stage: build
script:
- "cd miniupnpc && make -j3 && make check"
- "make clean"
2018-07-15 12:22:19 +00:00
- "make -f Makefile.mingw DLLWRAP=i686-w64-mingw32-dllwrap CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar"