mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-19 02:41:25 +00:00
.gitlab-ci: one before_script per job
This commit is contained in:
parent
881ba06bc1
commit
8c243bde83
@ -1,14 +1,13 @@
|
|||||||
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
|
|
||||||
libnftnl-dev libmnl-dev libssl-dev net-tools doxygen graphviz
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
job_miniupnpd:
|
job_miniupnpd:
|
||||||
stage: build
|
stage: build
|
||||||
|
before_script:
|
||||||
|
- >
|
||||||
|
apt-get update -qq && apt-get install -y -qq iptables-dev libevent-dev
|
||||||
|
libnfnetlink-dev uuid-dev make gcc
|
||||||
|
libnftnl-dev libmnl-dev libssl-dev net-tools doxygen graphviz
|
||||||
script:
|
script:
|
||||||
- "cd miniupnpd"
|
- "cd miniupnpd"
|
||||||
- "./configure"
|
- "./configure"
|
||||||
@ -21,6 +20,11 @@ job_miniupnpd:
|
|||||||
# i686-w64-mingw32-gcc
|
# i686-w64-mingw32-gcc
|
||||||
job_miniupnpc:
|
job_miniupnpc:
|
||||||
stage: build
|
stage: build
|
||||||
|
before_script:
|
||||||
|
- >
|
||||||
|
apt-get update -qq && apt-get install -y -qq libevent-dev
|
||||||
|
uuid-dev make gcc gcc-mingw-w64-i686 mingw-w64-tools
|
||||||
|
libssl-dev net-tools doxygen graphviz
|
||||||
script:
|
script:
|
||||||
- "cd miniupnpc && make -j3 && make check"
|
- "cd miniupnpc && make -j3 && make check"
|
||||||
- "make clean"
|
- "make clean"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user