mirror of
https://git.freestone.net/cramer/pcapmirror.git
synced 2025-12-31 12:00:40 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c640aa6f22 | |||
| c6584cde87 |
@@ -157,14 +157,11 @@ build-pios12:
|
|||||||
tags:
|
tags:
|
||||||
- pios12
|
- pios12
|
||||||
script:
|
script:
|
||||||
- dnf install -y libpcap-devel
|
- tar -czf ../pcapmirror_0.3.orig.tar.gz --exclude=debian .
|
||||||
- mkdir -p /root/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
|
- apt-get update && apt-get install -y libpcap-dev
|
||||||
- tar -czf /root/rpmbuild/SOURCES/pcapmirror-v0.3.tar.gz --exclude=debian --exclude=.git .
|
- dpkg-buildpackage -uc -us
|
||||||
- cp -r * /root/rpmbuild/BUILD
|
|
||||||
- rpmbuild -ba pcapmirror.spec
|
|
||||||
- mkdir -p build
|
- mkdir -p build
|
||||||
- mv /root/rpmbuild/RPMS/x86_64/pcapmirror*.* build/
|
- mv ../pcapmirror*.* build/
|
||||||
- mv /root/rpmbuild/SRPMS/pcapmirror*.* build/
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
@@ -173,7 +170,7 @@ build-pios12:
|
|||||||
publish-pios12:
|
publish-pios12:
|
||||||
stage: publish
|
stage: publish
|
||||||
needs:
|
needs:
|
||||||
- build-rpios12
|
- build-pios12
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-pios12
|
- build-pios12
|
||||||
only:
|
only:
|
||||||
|
|||||||
Reference in New Issue
Block a user