summaryrefslogtreecommitdiffstats
path: root/.github/workflows
AgeCommit message (Collapse)Author
2024-01-25Different image obviOwen Valentine
2024-01-25Strip arm64 binOwen Valentine
2024-01-25Add aarch64 releasesOwen Valentine
2023-12-08make clippy warnings fatalSebastian Thiel
2023-12-07Put release-build optimization back to level 3; remove windows GNU build.Sebastian Thiel
The latter seems to fail permanently. Thanks to [this contributor](https://github.com/Byron/dua-cli/commit/2dced34aef9b7beba3201e6a8b24d9a10a7b9a16#commitcomment-134405637) for questioning the previous fix, which turned out to be incorrect.
2023-12-06assure package-size check isn't fatal anymoreSebastian Thiel
It's more annoying than useful by now.
2023-12-06pacify the package size checkf or a while.Sebastian Thiel
2023-10-19make clear which windows toolchain is used on CISebastian Thiel
2023-05-05fix: release definition to use a more recent ubuntu, to get linux binaries. ↵Sebastian Thiel
(#160) Otherwise there are no linux runners who can satisfy the request, and they hang forever, instead of saying something useful.
2022-12-13adjust maximum package sizeSebastian Thiel
2022-07-05speedup CI by adding a rust-cacheSebastian Thiel
2022-05-06fix cargo-diet check on CISebastian Thiel
2021-10-26remove superfluous line in release.ymlSebastian Thiel
The token is already passed in 'with: '
2021-10-26fix: see if releases work now with a different create-release actionSebastian Thiel
We are only interested in the upload_url, not in actually creating a release as smart-release does that already.
2021-10-26fix: try to produce release binaries once moreSebastian Thiel
With smart-release, this is created automatically.
2021-10-26update package size to match new changelogSebastian Thiel
2021-07-14Also run 'make check' on CI now that more feature toggles are addedSebastian Thiel
2021-05-09Re-add arm buildsSebastian Thiel
2021-05-03Adjust release workflow to be less specific to ripgrepv2.11.2Sebastian Thiel
2021-05-03Upgrade release workflow file from ripgrepSebastian Thiel
2021-04-01Run actions on mainSebastian Thiel
2020-12-16increase crate size limitSebastian Thiel
2020-12-16hopefully fix release pipelineSebastian Thiel
2020-10-26disable release-build test mode in preparation for mergeSebastian Thiel
fixes #68
2020-10-26See if ARM works againTEST-0.0.1release-testSebastian Thiel
2020-07-22arm also has a problem now - ignore it for nowv2.10.0Sebastian Thiel
https://github.com/Byron/dua-cli/runs/897358706?check_suite_focus=true#step:10:26
2020-07-22And one more…Sebastian Thiel
2020-07-22nigthly is definitely required for windows builds, let's hope that worksSebastian Thiel
2020-07-22Seems nightly is broken right now - stable it is everywhereSebastian Thiel
2020-07-22Try again to make things build on linux, argh!Sebastian Thiel
2020-07-22try to build on stable on arm (which fails otherwise now)Sebastian Thiel
https://github.com/Byron/dua-cli/runs/897252770?check_suite_focus=true#step:10:27
2020-07-06releases are working as expectedSebastian Thiel
2020-07-06fix release.ymlSebastian Thiel
2020-07-06windows is nightly only right nowSebastian Thiel
2020-07-06Setup main branch for release build testingSebastian Thiel
2020-07-06Add preliminary windows test for buildingSebastian Thiel
2020-07-06convert input handling to crosstermionSebastian Thiel
2020-05-28Check package size limit in CI using cargo-dietSebastian Thiel
2020-05-19disable test modeSebastian Thiel
2020-05-19see if all targets work!Sebastian Thiel
2020-05-19remove now unneeded specialized code to try checking out the repoSebastian Thiel
2020-05-19Try with manual sparse checkout :DSebastian Thiel
2020-05-19No clone needed, can just checkout sparselySebastian Thiel
2020-05-19better checkout code, based on what the checkout action doesSebastian Thiel
2020-05-19Need debug info :DSebastian Thiel
2020-05-19Let's see what we actually checkoutSebastian Thiel
2020-05-19Job shouldn't fail if checkout fails - looks like sparse checkout works!Sebastian Thiel
2020-05-19Try to get it cloned one more timeSebastian Thiel
2020-05-19maybe continue-on-error makes failures successes?Sebastian Thiel
2020-05-19Fix 'append file to other file' for windows; try again to trigger sparse ↵Sebastian Thiel
checkout