summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2023-10-09CI: upload binaries as long as build step succeedscyqsimon
2023-10-09CI: allow manual triggeringcyqsimon
2023-10-08CI: make insta generate new snapshots in CIcyqsimon
See https://github.com/mitsuhiko/insta/issues/411
2023-10-08CI: set `--color=never` for cargo-instacyqsimon
2023-10-08CI: test using `cargo-insta`cyqsimon
2023-10-07CI: override default run condition for failed test snapshots upload stepcyqsimon
2023-10-07CI: upload failed test snapshotscyqsimon
2023-10-07CI: Use checkout v4cyqsimon
2023-10-07CI: Auto fetch MSRV from Cargo.toml (#300)cyqsimon
* CI: Auto fetch MSRV from Cargo.toml * CI: Forgot to checkout before fetching MSRV
2023-09-25Enable dependabotcyqsimon
2023-09-19Always use `github.ref_name` for version numberv0.21.0cyqsimon
2023-09-19Add comments in workflow definitionscyqsimon
2023-09-19Add `publish crate` workflowcyqsimon
2023-09-11CD: automated workflow only ever drafts releasescyqsimon
2023-09-11CD: set correct version for binaries, this time for realcyqsimon
2023-09-11CD: set correct version for binariescyqsimon
2023-09-11CD: Fix upload URLcyqsimon
- Not my last fuck-up after all
2023-09-11CD: Fix inconsistent matrix declarationcyqsimon
- Hopefully this is my last fuck-up
2023-09-11CD: Fix incorrect tag patterncyqsimon
Oops
2023-09-11Update CDcyqsimon
2023-08-31Disable tests on Windows for PRscyqsimon
2023-08-30Fix stuck CI on Windowscyqsimon
2023-08-30Set correct MSRV (1.70.0)cyqsimon
2023-08-30Test MSRVcyqsimon
2023-08-30Install pcap on Windowscyqsimon
2023-08-30Don't use `mapfile` to be compatible with Bash 3 on MacOScyqsimon
This does assume that the path `target/*/build/bandwhich-*/stderr` contains no spaces, but it should be fine.
2023-08-30Improve build.rs STDERR loggingcyqsimon
- Remove `set +x` - Use GitHub Action's log grouping feature - See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions
2023-08-30Show build.rs STDERR for all targetscyqsimon
2023-08-25CI: switch to dtolnay/rust-toolchaincyqsimon
2023-08-25CI: disable fail fastcyqsimon
2023-08-25CI: build should come before clippycyqsimon
2023-08-25Update CIcyqsimon
2022-02-19docs(sponsorship): add my Github SponsorsAram Drevekenin
2020-09-20chore(ci): build binaries using Github actions. (#181)remgodow
* Remove connections vector from OpenSockets, use common OpenSockets implementation based on sysinfo and netstat2. * Replace termion backend with crossterm, which works on Windows as well. * More fixes for windows build. * Remove tui default-features (termion), update unit tests for crossterm. * Windows compilation fixes. * Remove unused get_open_sockets implementations for linux and mac. Fix formatting. * Add build.rs for windows to download and extract Packet.lib from npcap SDK. * Resolve Cargo.lock after merging main. * fix(tests): adjust snapshots new location of the dns resolution * style(clippy): clippy * style(clippy): remove dead code * Test github actions. * Fix action syntax. * Fix "Show build.rs stderr" step. * Add artifact upload step. * style(clippy): use write_all in build.rs * Fix path in upload binary step * style(clippy): remove unused import added by Intellij * Separate upload artifacts actions for Windows. * Troubleshooting windows artifacts upload. * Fix typo * Bump upload-artifact to v2. * fix(review): change branch name to main, remove nightly * feat(infra): test builds on nightly rust * fix(infra): remove debug logs from ci action * feat(infra): release github action * fix: merge issues * fix(release): add linux generic * feat(infra): build musl on release * feat(infra): fix release verioning * feat(infra): another try for fixing versioning * fix(infra): use version from version step instead of release id * fix(infra): fix add macos target variable, use --target for cargo build * fix(infra): add musl-tools required by musl target * fix(infra): fix action * fix(infra): fix action * fix(build): trigger build-release action when release has been created on github, tar executable without directories * fix(debug): remove actions branch Co-authored-by: Aram Drevekenin <aram@poor.dev>