Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub workflows for CI and packaging #5

Merged
merged 11 commits into from
Feb 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add branch to test workflow
Koenvh1 committed Jan 14, 2025
commit 24844641bcdda7780f50dec7961ad782a8db8738
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -4,10 +4,12 @@ on:
branches:
- main
- master
- github-workflows
pull_request:
branches:
- main
- master
- github-workflows
jobs:
test:
name: test
1 change: 1 addition & 0 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ on:
branches:
- main
- master
- github-workflows
tags:
- v*


Unchanged files with check annotations Beta

[package]

Check notice on line 1 in Cargo.toml

GitHub Actions / package / pkg (rrdpit, ubuntu:focal, x86_64)

Cargo deb variant 'ubuntu-focal' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

GitHub Actions / package / pkg (rrdpit, ubuntu:jammy, x86_64)

Cargo deb variant 'ubuntu-jammy' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

GitHub Actions / package / pkg (rrdpit, ubuntu:noble, x86_64)

Cargo deb variant 'ubuntu-noble' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

GitHub Actions / package / pkg (rrdpit, debian:buster, x86_64)

Cargo deb variant 'debian-buster' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

GitHub Actions / package / pkg (rrdpit, debian:bullseye, x86_64)

Cargo deb variant 'debian-bullseye' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

GitHub Actions / package / pkg (rrdpit, debian:bookworm, x86_64)

Cargo deb variant 'debian-bookworm' not found, using defaults instead.
name = "rrdpit"
version = "0.0.4"
authors = ["The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"]