summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Expand)Author
2021-01-11CICD: Build: Move PKG_* vars to 'Package' stepMartin Nordholts
2021-01-11CICD: Build: Move DPKG_* vars to 'Debian package' stepMartin Nordholts
2021-01-11CICD: Build: Split out dir creation into the individual package stepsMartin Nordholts
2021-01-11Fix typo in bug report templateKeith Hall
2021-01-10CICD: Build: Split up into separate 'Debian package' stepMartin Nordholts
2021-01-10Explicitly allow clippy::match_bool until we bump MSRVMartin Nordholts
2021-01-10CICD: simply use 'sed' to extract crate informationsharkdp
2021-01-10Use cache for faster installsharkdp
2021-01-10CICD: Use 'cargo get' to extract crate metadatasharkdp
2021-01-10CICD: Build: DEPLOY -> IS_RELEASE and inline itMartin Nordholts
2021-01-10CICD: Build: Adapt release version regex to batMartin Nordholts
2021-01-10CICD: Build: Always build and upload Debian packagesMartin Nordholts
2021-01-10CICD: Build: Use Cargo.toml version instead of tagMartin Nordholts
2021-01-10CICD: Use fixed OS versions instead of 'latest' onesMartin Nordholts
2021-01-09Enable clippy::style checkssharkdp
2021-01-09Addressed PR feedback. Upped min version and used matches! macromark chaitin
2021-01-09CICD: Build: Make 'Upload build artifacts' more like deployMartin Nordholts
2021-01-09CICD: Build: Stop building on Ubuntu 16.04Martin Nordholts
2021-01-09CICD: Build: Add and use disable-deploy matrix varMartin Nordholts
2021-01-08CICD: Build: Remove unused JOB_DO_TESTING var and outputMartin Nordholts
2021-01-08CICD: Build: Remove unused PKG_suffix output varMartin Nordholts
2021-01-08CICD: Build: Remove unused TARGET_* vars and outputsMartin Nordholts
2021-01-07CICD: Build: Use matrix.job.use-cross directlyMartin Nordholts
2021-01-07CICD: Build: Remove unused REF_* outputsMartin Nordholts
2021-01-06CICD: Build: Remove conditional TOOLCHAIN logicMartin Nordholts
2021-01-06CICD: Build: Enable x86_64-pc-windows-gnu againMartin Nordholts
2021-01-06Add --diagnostic run to CIsharkdp
2021-01-06CICD: Code Coverage: Explain why disabledMartin Nordholts
2021-01-06CICD: Code Coverage: Disable for nowMartin Nordholts
2021-01-06CICD: Remove use-cross when host == targetMartin Nordholts
2021-01-06CICD: Remove duplicate set-output calls (#1479)Martin Nordholts
2021-01-06CICD: Code Coverage: Use matrix.job.toolchain directlyMartin Nordholts
2021-01-03Update formattingsharkdp
2021-01-03Move "diagnostics" part to the bottom of the bug report templateDavid Peter
2021-01-03Update bug_report.mdJanek
2021-01-03Update bug_report.mdJanek
2021-01-03bug_report.md: improve wordingJanek
2021-01-03bug_report.md: move environment prompt back upJanek
2021-01-03Update bug_report.mdJanek
2020-12-30Allow clippy::style lintsMartin Nordholts
2020-12-28clippy: Only enforce 'correctness' lints, just print the restMartin Nordholts
2020-12-28Add Clippy linter step to CICDMartin Nordholts
2020-12-21change docs dir name to match package namechris48s
2020-12-21include changelog in packagechris48s
2020-12-21include years in copyright noticechris48s
2020-12-21ensure copyright is mode 644chris48s
2020-12-21remove leading article from descriptionchris48s
2020-12-21invoke gzip with -nchris48s
2020-11-29only try to publish one set of archives/packages for linux x64chris48s
2020-11-23Revert "invoke gzip with -n"David Peter