aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-02Disable UPX on DarwinSven-Hendrik Haase1-1/+1
It doesn't work anymore on modern OSX.
2024-03-16Update remaining GitHub Actions to their Node.js 20 versionsSven-Hendrik Haase1-6/+6
2024-03-16Update GitHub Actions to their Node.js 20 versionsSven-Hendrik Haase2-4/+4
2024-01-03Remove now-unsupported mips architecturesSven-Hendrik Haase1-8/+0
Apparently these are now Tier 3.
2023-11-20Add i686-pc-windows-msvc targetSven-Hendrik Haase1-0/+4
Fixes #1272.
2023-09-24Try to fix CISven-Hendrik Haase1-8/+0
2023-04-28Modernize CI and add aarch64-apple-darwinSven-Hendrik Haase1-3/+7
2023-04-21Update checkout to v3origin/switch-to-dtolnay-rust-toolchainSven-Hendrik Haase2-2/+2
2023-04-20Use houseabsolute/actions-rust-cross for cross supportSven-Hendrik Haase1-21/+5
2023-04-20Switch to dtolnay/rust-toolchainSven-Hendrik Haase2-30/+12
2023-01-14Disable upx compression for mipsSven-Hendrik Haase1-1/+1
It appears to be currently broken in upx 4.0.1
2022-09-15Build container images using podmanSven-Hendrik Haase3-186/+242
2022-05-18Run clippy only on nightlySven-Hendrik Haase2-1/+2
2021-08-31Fix conditional release conditionSven-Hendrik Haase1-3/+3
2021-08-29Limit CI jobs runtime to 30 minutesSven-Hendrik Haase2-0/+2
2021-08-29Give artifacts unique nameSven-Hendrik Haase1-0/+1
2021-08-29Upload artifacts when building release binariesSven-Hendrik Haase1-0/+5
We always do this unconditionally so that we can even check out artifacts from PRs.
2021-08-29Run CI on pull_request as wellSven-Hendrik Haase1-1/+1
Turns out we need this as otherwise we'd get no CI at all for pull requests. Who woulda thunk.
2021-08-29Revert "Run CI on push only"Sven-Hendrik Haase1-1/+1
This reverts commit 194b11ac055be7e2bad214646bd6e65cb8cf11b1.
2021-08-29Always build all binaries for all targetsSven-Hendrik Haase1-7/+11
This uses the original workflow we used for publishing the binaries but now we use it as CI as well with an optional publish in case we are in a tag push.
2021-08-29Run CI on push onlySven-Hendrik Haase1-1/+1
Having it run on pull_request too was just duplicated work.
2021-08-28Switch TLS conditional compilation to featureSven-Hendrik Haase1-1/+13
2021-03-27Re-add publish instructionsSven-Hendrik Haase1-1/+26
2021-03-27Don't run upx for FreeBSDSven-Hendrik Haase1-2/+2
2021-03-26Try to add freebsd supportSven-Hendrik Haase1-26/+9
2021-02-28Don't try to compress every binary using upxSven-Hendrik Haase1-0/+12
Not all architectures are supported by upx.
2021-02-28Add forgotten publish targetSven-Hendrik Haase1-0/+6
2021-02-23Add support for building binaries for more architecturesSven-Hendrik Haase1-6/+35
2020-11-09Actually fix publish workflowSven-Hendrik Haase1-3/+1
2020-11-08Fix publish jobSven-Hendrik Haase1-0/+2
2020-11-08Now compiles on stableSven-Hendrik Haase2-2/+1
2020-09-26remove stylelint again and fix a few css issuesLukas Stabe1-5/+0
2020-09-26add css lint github actionLukas Stabe1-0/+5
2020-09-24Upgrade to nightly-2020-09-22Sven-Hendrik Haase1-1/+1
2020-08-24Remove duplicated identifiersSven-Hendrik Haase2-2/+2
2020-07-23Fix typo when getting tag nameSven-Hendrik Haase1-1/+1
2020-07-23Fix publish job nameSven-Hendrik Haase1-1/+1
2020-07-23Add a bunch of cross-compilation targetsSven-Hendrik Haase1-9/+39
2020-07-21Remove --better flag as it doesn't actually existSven-Hendrik Haase1-1/+1
2020-07-20Switch to GitHub Actions (#344)Sven-Hendrik Haase2-0/+120
* Switch to GitHub Actions * Switch CI badge to GitHub Actions flow * Only run on nightly for now