Commit Graph

46 Commits (master)

Author SHA1 Message Date
Takashi Kokubun 2f22c52b12 Split release and publish 2 months ago
Takashi Kokubun b1640a39e6 The username has been changed to xremap 2 months ago
Takashi Kokubun 3ed63efc10 Reorder release operations 2 months ago
Takashi Kokubun e283960fab Update GHR_VERSION 2 months ago
Takashi Kokubun dc2ef04fa6 Stop failing CI by cosmetic reasons
It's not worth blocking a merge.
5 months ago
Takashi Kokubun 3134a8d1b7 Use a different font in the README 8 months ago
Takashi Kokubun e8c8b75724 Release wlroots binary 8 months ago
Takashi Kokubun 28c9de915c Try building wlroots 8 months ago
Takashi Kokubun 0ce7125098 Update rust-cache to v2 10 months ago
N4tus 84ea31f09e
Kde wayland (#264)
* First implementation of kde client

* load kwin-script via dbus interface on startup, if not already present

* remove temp file after use

* fix wrong object path

* fix wrong load_script return type

* log important information

* try to unload plugin if loading fails.

* change info to println, since it should always be printed

* remove unnecessary mut

* extend README.md

* extend build.yml to build, test, and publish the kde version

* improve README.md
1 year ago
Takashi Kokubun c9d5d7e095 Retry dependabot auto-merge 1 year ago
Takashi Kokubun 9c3d4ff486 Remove a dependabot job for now 1 year ago
Takashi Kokubun e9de0694c3 Revert "Temporarily skip the check for testing"
This reverts commit 46a97b11db.
1 year ago
Takashi Kokubun 461b7d2c6c Rename a job 1 year ago
Takashi Kokubun 46a97b11db Temporarily skip the check for testing 1 year ago
Takashi Kokubun 0b0113c5a5 Try a workflow to merge dependabot PRs 1 year ago
Zai-Chun Chen e292e344b4
Feature hyprland (#216)
* init support for hyprland with hyprland-rs

* enable ci for feature* branches

* cargo fmt the code
1 year ago
Takashi Kokubun 4a01184c4c
Switch to ubuntu-latest 2 years ago
Takashi Kokubun a01709c38c
Fix the directory 2 years ago
Takashi Kokubun 7e0f55d513
Cross-compile artifacts and supports arm64 2 years ago
Takashi Kokubun 2e898cea84
Fix CI failure
First, it's weird that the latest revision passed CI and then started
failing on scheduled builds and pull requests.

Second, I don't want to waste time adopting or configuring somebody
else's cosmetic prefernce such as:

53 |     return Err(format!("unknown key '{}'", input).into());
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove `return`: `Err(format!("unknown key '{}'", input).into())`

which is causing the current CI failure. It's not really detecting a
"mistake", which cargo clippy claims to point out.
2 years ago
Frederick Zhang d2f6a9c73f
Add cargo clippy to GH Actions 2 years ago
Takashi Kokubun 9e8e3f1e8e
Slow down dependabot 2 years ago
Takashi Kokubun 86ff3a9e9f
Create dependabot.yml 2 years ago
Takashi Kokubun 938d65ceb4
Purge CI cache 2 years ago
Takashi Kokubun 128a60c2e8
Produce xremap binaries from Ubuntu 18.04
Close #101
2 years ago
Takashi Kokubun 64a4d34ae9
Cache cargo test on CI 2 years ago
Takashi Kokubun 3c14525f16
Resurrect the old CI 2 years ago
Takashi Kokubun 7ab1595836
Rollback to v0.1.5 2 years ago
Takashi Kokubun 7df4333ea1
Run it properly 2 years ago
Takashi Kokubun ff1c19e076
Start testing serde 2 years ago
Takashi Kokubun 197599a3cd
Reduce the number of action dependencies 2 years ago
Takashi Kokubun e300f6616f
Avoid trusting actions-rs for publish 2 years ago
Takashi Kokubun 65ace5e2da
Siwtch to GITHUB_TOKEN 2 years ago
Takashi Kokubun 73b15d0f7b
Name cargo build steps 2 years ago
Takashi Kokubun e7d9eb4d0d
It was almost working
Build and Release steps left uncommitted files. Instead of using
--allow-dirty, let's just publish it first.
2 years ago
Takashi Kokubun 27a1da242c
Automate cargo publish as well 2 years ago
Takashi Kokubun 07ffbd1e1c
Add FUNDING.yml 2 years ago
Takashi Kokubun 260444aa71
Enable caching in release as well 2 years ago
Takashi Kokubun 58b2af466a
Fix the workflow trigger 2 years ago
Takashi Kokubun 7364a3bf16
Push a leftover 2 years ago
Takashi Kokubun eb5d49fb5c
Implement automated binary release 2 years ago
Takashi Kokubun 5e137d4128
Check rustfmt 2 years ago
Takashi Kokubun 5f9eda2479
Introduce caching 2 years ago
Takashi Kokubun ad27efb32d
Avoid double builds for my own PRs 2 years ago
Takashi Kokubun e184fc449c
Configure GitHub Actions 2 years ago