Compare commits

...

3 commits

Author SHA1 Message Date
Glenn Y. Rolland a0790005d0 Merge branch 'release/v0.1.2'
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-27 11:30:53 +01:00
Glenn Y. Rolland 96f87c3ee9 ci: fix binary delivery
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-27 11:30:40 +01:00
Glenn Y. Rolland c0f4753213 Merge tag 'v0.1.1' into develop
All checks were successful
continuous-integration/drone/push Build is passing
v0.1.1
2023-12-27 11:28:42 +01:00

View file

@ -14,7 +14,7 @@ steps:
- make build
- make package
- mkdir -p /_cache/bin /_cache/packages
- cp -r _build/igmpgen /_cache/bin/$PACKAGE_BASENAME
# - cp -r _build/igmpgen /_cache/bin/$PACKAGE_BASENAME
- cp -r _build/igmpgen*.deb /_cache/packages/
- cp -r _build/igmpgen*.rpm /_cache/packages/
- cp -r _build/igmpgen*.tar.gz /_cache/packages/